Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 2a2d98a

Browse files
committed
chore():change npm run test to use jest and remove jasmine.
1 parent 0fa8c76 commit 2a2d98a

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"scripts": {
2020
"build": "npm run clean && tsc && npm run sass",
2121
"test-watch": "tsc --watch --target es2015",
22-
"build-and-test": "npm run build && npm run test",
22+
"build-and-test": "jest",
2323
"changelog": "./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s",
2424
"clean": "rimraf ./dist",
2525
"github-release": "node ./scripts/create-github-release.js",
2626
"lint": "tslint -c ./tslint.json --project ./tsconfig.json",
2727
"nightly": "npm run build && node ./scripts/publish-nightly.js",
2828
"sass": "node-sass ./src/dev-client/sass/ion-dev.scss --output ./bin/ --output-style compressed",
2929
"sass-watch": "npm run sass && node-sass ./src/dev-client/sass/ion-dev.scss --watch --output ./bin/ --output-style compressed",
30-
"test": "jasmine JASMINE_CONFIG_PATH=scripts/jasmine.config.json || true",
30+
"test": "jest",
3131
"watch": "npm run clean && & npm run sass-watch"
3232
},
3333
"main": "dist/index.js",
@@ -87,7 +87,6 @@
8787
"conventional-changelog-cli": "1.2.0",
8888
"github": "0.2.4",
8989
"ionic-cz-conventional-changelog": "1.0.0",
90-
"jasmine": "2.5.2",
9190
"jest": "^18.0.0",
9291
"mock-fs": "3.11.0",
9392
"node-sass": "3.10.1",

scripts/jasmine.config.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)