Simon Egersand
2017-07-29 ce1b065ddc9a5abb3a3705460c7bf88ebe4bb5af
Rename test folder for singular folder consistency
1 files modified
3 files renamed
2 ■■■ changed files
package.json 2 ●●● patch | view | raw | blame | history
test/.eslintrc.js patch | view | raw | blame | history
test/datetime.spec.js patch | view | raw | blame | history
test/testUtils.js patch | view | raw | blame | history
package.json
@@ -20,7 +20,7 @@
    "build:mac": "./node_modules/.bin/gulp",
    "build:win": "./node_modules/.bin/gulp.cmd",
    "dev": "./node_modules/.bin/webpack-dev-server --config example/webpack.config.js --devtool eval --progress --colors --hot --content-base example",
    "lint": "./node_modules/.bin/eslint src/ DateTime.js tests/",
    "lint": "./node_modules/.bin/eslint src/ DateTime.js test/",
    "test": "./node_modules/.bin/jest",
    "test:all": "npm run test:typings && npm run test",
    "test:typings": "./node_modules/.bin/tsc -p ./typings",
test/.eslintrc.js
test/datetime.spec.js
test/testUtils.js