fix test package script

This commit is contained in:
Jason Dreyzehner 2018-02-20 15:22:38 -05:00
parent 10b83b5f2e
commit 0b0307a14b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
"ionic:build": "ionic-app-scripts build", "ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve", "ionic:serve": "ionic-app-scripts serve",
"watch": "ng test --browsers=Chrome", "watch": "ng test --browsers=Chrome",
"test": "test:lint && npm run test:ci && npm run e2e:capture-latest && npm run test:visual", "test": "npm run test:lint && npm run test:ci && npm run e2e:capture-latest && npm run test:visual",
"test:coverage": "ng test --code-coverage", "test:coverage": "ng test --code-coverage",
"test:ci": "ng test --watch=false --code-coverage --no-progress", "test:ci": "ng test --watch=false --code-coverage --no-progress",
"test:lint": "tslint --project . --format codeFrame && tslint '{test,electron,src}/**/*.ts' --format codeFrame && prettier --list-different '{*,**/*}.{js,ts,md,json,scss}'", "test:lint": "tslint --project . --format codeFrame && tslint '{test,electron,src}/**/*.ts' --format codeFrame && prettier --list-different '{*,**/*}.{js,ts,md,json,scss}'",