nukeop/nuclear

View on GitHub
__mocks__/electron-store.js

Summary

Maintainability
A
0 mins
Test Coverage
class MockStore {
  get() {
    return '';
  }
  set() {}
}

module.exports = MockStore;