Skip to content

Commit

Permalink
feat: write some unit tests (#1038)
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
  • Loading branch information
hacdias committed Aug 26, 2019
1 parent 5a32d08 commit 8da1765
Show file tree
Hide file tree
Showing 8 changed files with 472 additions and 1 deletion.
149 changes: 149 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"start": "cross-env NODE_ENV=development electron -r @babel/register src/index.js",
"lint": "standard",
"test": "cross-env NODE_ENV=test mocha",
"test": "cross-env NODE_ENV=test mocha -r @babel/register",
"postinstall": "run-s install-app-deps build:webui",
"install-app-deps": "electron-builder install-app-deps",
"clean:webui": "shx rm -rf assets/webui/",
Expand Down Expand Up @@ -62,9 +62,11 @@
"mocha": "^6.2.0",
"npm-run-all": "^4.1.5",
"pre-commit": "^1.2.2",
"proxyquire": "^2.1.3",
"request": "^2.88.0",
"request-progress": "^3.0.0",
"shx": "^0.3.2",
"sinon": "^7.4.1",
"spectron": "^8.0.0",
"standard": "^14.0.2",
"tar": "^4.4.10",
Expand Down
Loading

0 comments on commit 8da1765

Please sign in to comment.