mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Remove the script of e2e test
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
|
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
|
||||||
"compile": "grunt compile",
|
"compile": "grunt compile",
|
||||||
"test": "PWD=$(pwd) NODE_ENV=test ava",
|
"test": "PWD=$(pwd) NODE_ENV=test ava",
|
||||||
"test:e2e": "NODE_ENV=test ava tests/e2e/*",
|
|
||||||
"fix": "npm run lint --fix",
|
"fix": "npm run lint --fix",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"dev-start": "concurrently --kill-others \"npm run webpack\" \"npm run hot\""
|
"dev-start": "concurrently --kill-others \"npm run webpack\" \"npm run hot\""
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
if [[ ${TRAVIS_OS_NAME} = "linux" ]]; then
|
|
||||||
export DISPLAY=:99.0
|
|
||||||
sh -e /etc/init.d/xvfb start;
|
|
||||||
sleep 3
|
|
||||||
fi
|
|
||||||
|
|
||||||
npm install grunt-cli -g
|
|
||||||
grunt pre-build
|
|
||||||
npm run test:e2e
|
|
||||||
Reference in New Issue
Block a user