Skip to content

Commit da54672

Browse files
authored
test: adopt .test suffix for test files (#44)
1 parent 7bfb068 commit da54672

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"scripts": {
1919
"lint": "eslint .",
20-
"test": "mocha ./tests/lib/**/*.js"
20+
"test": "mocha tests/**/*.test.js"
2121
},
2222
"devDependencies": {
2323
"@hypermod/utils": "^0.4.2",

0 commit comments

Comments
 (0)