Skip to content

Commit ee91f30

Browse files
committed
More suitable name for file containing tests
1 parent e818c35 commit ee91f30

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"precommit": "lint-staged",
1212
"lint": "eslint lib/* bin/*",
13-
"test": "mocha test.js"
13+
"test": "mocha tests.js"
1414
},
1515
"eslintConfig": {
1616
"extends": "eslint:recommended",

test.js tests.js

File renamed without changes.

0 commit comments

Comments
 (0)