Skip to content

Commit ce1b065

Browse files
committed
Rename test folder for singular folder consistency
1 parent eb8710a commit ce1b065

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build:mac": "./node_modules/.bin/gulp",
2121
"build:win": "./node_modules/.bin/gulp.cmd",
2222
"dev": "./node_modules/.bin/webpack-dev-server --config example/webpack.config.js --devtool eval --progress --colors --hot --content-base example",
23-
"lint": "./node_modules/.bin/eslint src/ DateTime.js tests/",
23+
"lint": "./node_modules/.bin/eslint src/ DateTime.js test/",
2424
"test": "./node_modules/.bin/jest",
2525
"test:all": "npm run test:typings && npm run test",
2626
"test:typings": "./node_modules/.bin/tsc -p ./typings",
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)