Skip to content

Commit

Permalink
Fix queries unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sauntimo committed Aug 22, 2024
1 parent 800b1bf commit 700d301
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 195 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"serve:dev": "gulp run",
"serve:prod": "cross-env NODE_ENV=production node index.js",
"test-working": "npm run test:pre && cross-env NODE_ENV=test mocha --timeout 10000 tests/unit/mocha.js ./tests/unit/server/authorize.tests.js",
"test-dev": "npm run test:pre && cross-env NODE_ENV=test mocha --timeout 10000 tests/unit/mocha.js ./tests/unit/server/plugins/auth.tests.js",
"test-dev": "npm run test:pre && cross-env NODE_ENV=test mocha --timeout 10000 tests/unit/mocha.js ./tests/unit/server/lib/queries.tests.js",
"test": "npm run test:pre && cross-env NODE_ENV=test nyc mocha --timeout 10000 tests/unit/mocha.js ./tests/unit/**/*.tests.js",
"test:watch": "npm run test:pre && cross-env NODE_ENV=test mocha --timeout 10000 tests/unit/mocha.js ./tests/unit/**/*.tests.js --watch",
"test:pre": "npm run test:clean",
Expand Down
Loading

0 comments on commit 700d301

Please sign in to comment.