Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit cc57de2

Browse files
committed
change jasmine-bridge spec from js->ts
1 parent f1f56ef commit cc57de2

File tree

2 files changed

+70
-75
lines changed

2 files changed

+70
-75
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@
4545
"test-node": "gulp test/node",
4646
"test-bluebird": "gulp test/bluebird",
4747
"test-mocha": "npm run tsc && concurrently \"npm run tsc:w\" \"npm run ws-server\" \"karma start karma-build-mocha.conf.js\"",
48-
"prepare-mocha-jasmine-bridge": "npm run tsc && cp ./test/mocha/*.js ./build/test/mocha/",
49-
"test-mocha-jasmine-bridge-browser": "npm run prepare-mocha-jasmine-bridge && concurrently \"npm run ws-server\" \"karma start karma-build-mocha-jasmine-bridge.conf.js\"",
50-
"test-mocha-jasmine-bridge-node": "npm run prepare-mocha-jasmine-bridge && mocha ./build/test/mocha/mocha-node-test-entry-point.js",
48+
"test-mocha-jasmine-bridge-browser": "npm run tsc && concurrently \"npm run ws-server\" \"karma start karma-build-mocha-jasmine-bridge.conf.js\"",
49+
"test-mocha-jasmine-bridge-node": "npm run tsc && mocha ./build/test/mocha/mocha-node-test-entry-point.js",
5150
"serve": "python -m SimpleHTTPServer 8000"
5251
},
5352
"repository": {

0 commit comments

Comments
 (0)