1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-26 10:21:30 +00:00

fixed re bug for firefox; removed phantomjs

This commit is contained in:
Steven Hugg
2018-07-29 22:33:15 -04:00
parent 0b2e6e4e65
commit 5836b5abb4
3 changed files with 6 additions and 6 deletions
+2 -4
View File
@@ -9,7 +9,6 @@
"@types/jquery": "^2.x",
"@types/bootstrap": "^3.x",
"mocha": "^5.2.0",
"mocha-phantomjs": "^4.1.0",
"wavedrom-cli": "^0.5.0"
},
"description": "8bitworkshop.com",
@@ -20,11 +19,10 @@
},
"scripts": {
"build": "tsc",
"test": "npm run test-node && npm run test-browser",
"test": "npm run test-node",
"test-one": "mocha --recursive --timeout 60000",
"test-node": "mocha --recursive --timeout 60000 test/cli",
"test-profile": "mocha --recursive --timeout 60000 --prof test/cli",
"test-browser": "mocha-phantomjs ./testemu.html"
"test-profile": "mocha --recursive --timeout 60000 --prof test/cli"
},
"repository": {
"type": "git",