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

Commit

Permalink
chore():change npm run test to use jest and remove jasmine.
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoms1 committed Dec 16, 2016
1 parent 0fa8c76 commit 2a2d98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -19,15 +19,15 @@
"scripts": {
"build": "npm run clean && tsc && npm run sass",
"test-watch": "tsc --watch --target es2015",
"build-and-test": "npm run build && npm run test",
"build-and-test": "jest",
"changelog": "./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s",
"clean": "rimraf ./dist",
"github-release": "node ./scripts/create-github-release.js",
"lint": "tslint -c ./tslint.json --project ./tsconfig.json",
"nightly": "npm run build && node ./scripts/publish-nightly.js",
"sass": "node-sass ./src/dev-client/sass/ion-dev.scss --output ./bin/ --output-style compressed",
"sass-watch": "npm run sass && node-sass ./src/dev-client/sass/ion-dev.scss --watch --output ./bin/ --output-style compressed",
"test": "jasmine JASMINE_CONFIG_PATH=scripts/jasmine.config.json || true",
"test": "jest",
"watch": "npm run clean && & npm run sass-watch"
},
"main": "dist/index.js",
Expand Down Expand Up @@ -87,7 +87,6 @@
"conventional-changelog-cli": "1.2.0",
"github": "0.2.4",
"ionic-cz-conventional-changelog": "1.0.0",
"jasmine": "2.5.2",
"jest": "^18.0.0",
"mock-fs": "3.11.0",
"node-sass": "3.10.1",
Expand Down
8 changes: 0 additions & 8 deletions scripts/jasmine.config.json

This file was deleted.

0 comments on commit 2a2d98a

Please sign in to comment.