Skip to content

Commit

Permalink
chore: adds linting of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed May 7, 2019
1 parent 66f71a7 commit 837df08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"gavel": "bin/gavel"
},
"scripts": {
"lint": "eslint lib/**/*.js",
"lint": "eslint lib/**/*.js test/**/*.js",
"test": "npm run test:server && npm run test:browser && npm run test:features",
"test:server": "mocha \"test/unit/**/*-test.js\"",
"test:server:coverage": "nyc npm run test:server",
Expand Down
1 change: 0 additions & 1 deletion test/unit/validate-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { assert } = require('chai');
const clone = require('clone');
const { validate, isValid, isValidatable } = require('../../lib/validate');
const fixtures = require('../fixtures');

describe('Gavel proxies to functions with callbacks', () => {
// Examples from README.md
Expand Down

0 comments on commit 837df08

Please sign in to comment.