We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cef33 commit f1ed51fCopy full SHA for f1ed51f
package.json
@@ -7,7 +7,8 @@
7
"start": "electron ./dist/main.bundle.js",
8
"dev": "rimraf dist && cross-env NODE_ENV=development webpack --watch --progress --color",
9
"prod": "rimraf dist && cross-env NODE_ENV=production webpack --progress --color",
10
- "test": "mocha -r ts-node/register -r tsconfig-paths/register \"test/**/*.ts\"",
+ "test": "cross-env NODE_ENV=test jest",
11
+ "watch-test": "npm run test -- --watchAll",
12
"build:win": "electron-builder build --win --x64",
13
"build:mac": "electron-builder build --mac --x64"
14
},
0 commit comments