Skip to content

Commit

Permalink
chore: fixes for int tests
Browse files Browse the repository at this point in the history
- renamed all tests with a `.test.js` suffix
- updated test command to only run files that match `*.test.js`
- updated dependencies
  • Loading branch information
mdebarros committed Jun 8, 2022
1 parent 8fa0764 commit b76ab8f
Show file tree
Hide file tree
Showing 21 changed files with 44 additions and 40 deletions.
76 changes: 40 additions & 36 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"scripts": {
"prepare": "npx husky install",
"test": "echo 'WARNING: Run \"npm run backend:start\" before executing...\n' && TEST=true mocha -p false './test/int/**/*.js'",
"test": "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",
"lint:fix": "npm run lint -- --fix",
Expand Down Expand Up @@ -70,15 +70,15 @@
"passport-jwt": "^4.0.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"soap": "^0.43.0",
"soap": "^0.44.0",
"winston": "^3.7.2",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"chai-datetime": "^1.8.0",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -90,7 +90,7 @@
"sinon": "^14.0.0",
"snazzy": "^9.0.0",
"standardx": "^7.0.0",
"npm-check-updates": "^13.1.1",
"npm-check-updates": "^13.1.2",
"standard-version": "^9.5.0"
},
"standardx": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b76ab8f

Please sign in to comment.