move unit tests

This commit is contained in:
Jake McDermott
2017-08-31 14:53:29 -04:00
parent f9185b02b5
commit 05b4b875e2
4 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
"jshint": "grunt jshint:source --no-color",
"test:ci": "npm run test -- --single-run --reporter junit,dots --browsers=PhantomJS",
"lint": "./node_modules/.bin/eslint -c .eslintrc.js .",
"component-test": "./node_modules/.bin/karma start client/test/karma.conf.js",
"component-test": "./node_modules/.bin/karma start client/test/unit/karma.conf.js",
"lint-dev": "./node_modules/.bin/nodemon --exec \"./node_modules/.bin/eslint -c .eslintrc.js .\" --watch \"client/components/**/*.js\"",
"dev": "./node_modules/.bin/webpack --config build/webpack.development.js --progress",
"watch": "./node_modules/.bin/webpack-dev-server --config build/webpack.watch.js --progress",
@@ -123,4 +123,4 @@
"select2": "^4.0.2",
"sprintf-js": "^1.0.3"
}
}
}