test
Showing
... | @@ -65,17 +65,13 @@ | ... | @@ -65,17 +65,13 @@ |
"mocha": "^2.3.4", | "mocha": "^2.3.4", | ||
"phantomjs": "^1.9.19", | "phantomjs": "^1.9.19", | ||
"phantomjs-polyfill": "0.0.1", | "phantomjs-polyfill": "0.0.1", | ||
"pre-commit": "1.x", | |||
"react-addons-test-utils": "^0.14.6", | "react-addons-test-utils": "^0.14.6", | ||
"sinon": "^1.17.2" | "sinon": "^1.17.2" | ||
}, | }, | ||
"pre-commit": [ | |||
"lint" | |||
], | |||
"scripts": { | "scripts": { | ||
"build": "atool-build", | "build": "atool-build", | ||
"lint": "eslint --ext .js,.jsx src", | "lint": "eslint --ext .js,.jsx src", | ||
"start": "dora -p 8001 --plugins \"webpack,proxy,livereload?enableJs=false&injectHost=127.0.0.1,browser-history?index=/src/entries/index.html\"", | "start": "dora -p 8001 --plugins \"webpack,proxy,livereload?enableJs=false&injectHost=127.0.0.1,browser-history?index=/src/entries/index.html\"", | ||
"test": "atool-test-mocha ./src/**/__tests__/*-test.js" | "test-antd": "atool-test-mocha ./src/**/__tests__/*-test.js" | ||
} | } | ||
} | } |
Please
register
or
sign in
to comment