nukeop/nuclear

View on GitHub
__mocks__/electron.js

Summary

Maintainability
A
0 mins
Test Coverage
const app = {
  getPath: () => {},
  remote: {
    transformSource: () => {}
  }
};

module.exports = {
  app
};