Test task updated

This commit is contained in:
CJ Patoilo 2016-09-11 02:19:48 -03:00 committed by GitHub
parent 655124deea
commit 99a9f2a215

View File

@ -70,6 +70,6 @@
"start": "run-p watch serve", "start": "run-p watch serve",
"reference": "cd node_modules/backstopjs && npm run reference -- --configPath=../../test/visual/backstop.config.js && cd ../../", "reference": "cd node_modules/backstopjs && npm run reference -- --configPath=../../test/visual/backstop.config.js && cd ../../",
"compare": "cd node_modules/backstopjs && npm run test -- --configPath=../../test/visual/backstop.config.js && cd ../../", "compare": "cd node_modules/backstopjs && npm run test -- --configPath=../../test/visual/backstop.config.js && cd ../../",
"test": "run-p serve compare" "test": "npm run build"
} }
} }