Skip to content

Commit

Permalink
simple mock for electron-store natcap#1168
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed Jul 20, 2023
1 parent 5b3a19f commit fef10b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions workbench/__mocks__/electron-store.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export default class Store {
constructor() {
this.store = {};
}

get() {}

set() {}

}

0 comments on commit fef10b0

Please sign in to comment.