Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxa committed Sep 27, 2020
1 parent 0068a18 commit 8365bb4
Show file tree
Hide file tree
Showing 2 changed files with 594 additions and 536 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Postbird is a cross-platform PostgreSQL GUI client, written in JavaScript, runs with Electron",
"scripts": {
"sass": "node-sass assets/styles/style.scss --output public --watch",
"test": "electron-mocha tests/",
"test": "electron-mocha tests/ --renderer --require-main main.js",
"integration_test": "mocha integration_tests/integration.js",
"start": "cross-env NW_DEV=true NW_DEBUG=true electron . $@",
"rebuild_ext": "cross-env PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin electron-rebuild",
Expand All @@ -34,7 +34,7 @@
"eslint": "^7.9.0",
"localStorage": "^1.0.4",
"node-sass": "4.14.1",
"spectron": "^5.0.0",
"spectron": "^12.0.0",
"typescript": "^2.8.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 8365bb4

Please sign in to comment.