Skip to content

Commit

Permalink
Rename test files for easier quick-switching and add back linting for…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
mikermcneil committed May 11, 2018
1 parent 445d408 commit 2919b7f
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "node ./node_modules/mocha/bin/mocha --recursive",
"fasttest": "node ./node_modules/mocha/bin/mocha --recursive",
"pretest": "npm run lint",
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 --ignore-pattern 'test/'",
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0",
"docker": "docker-compose run adapter bash"
},
"keywords": [
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.

0 comments on commit 2919b7f

Please sign in to comment.