Skip to content

Commit 2919b7f

Browse files
committed
Rename test files for easier quick-switching and add back linting for tests
1 parent 445d408 commit 2919b7f

12 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test": "node ./node_modules/mocha/bin/mocha --recursive",
77
"fasttest": "node ./node_modules/mocha/bin/mocha --recursive",
88
"pretest": "npm run lint",
9-
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 --ignore-pattern 'test/'",
9+
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0",
1010
"docker": "docker-compose run adapter bash"
1111
},
1212
"keywords": [

0 commit comments

Comments
 (0)