Skip to content

Commit

Permalink
chore: align test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gibaros committed Jun 14, 2022
1 parent 1b6903c commit f102d45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
],
"scripts": {
"prepare": "npx husky install",
"test": "echo 'WARNING: Run \"npm run backend:start\" before executing...\n' && TEST=true mocha './test/int/**/*.test.js'",
"test": "npm run test:int",
"test:int": "echo 'WARNING: Run \"npm run backend:start\" before executing...\n' && TEST=true mocha './test/int/**/*.test.js'",
"test-self-signed-server": "./run-vault.sh && TEST_START_SELF_SIGNED_SERVER=true npm test ; ./kill-vault.sh",
"lint": "npx eslint ./src ./test/int",
"lint:fix": "npm run lint -- --fix",
"lint:fix": "npm run lint -- --fix",
"audit:resolve": "npx resolve-audit",
"audit:check": "npm audit",
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit f102d45

Please sign in to comment.