test - integration - remove redundant testem scripts

This commit is contained in:
kumavis 2017-09-11 17:10:30 -07:00
parent d4a41e0277
commit e9daf0eb28
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
"ui": "npm run genStates && beefy ui-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./", "ui": "npm run genStates && beefy ui-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
"mock": "beefy mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./", "mock": "beefy mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
"buildMock": "npm run genStates && browserify ./mock-dev.js -o ./development/bundle.js", "buildMock": "npm run genStates && browserify ./mock-dev.js -o ./development/bundle.js",
"testem": "npm run buildMock && testem",
"announce": "node development/announcer.js", "announce": "node development/announcer.js",
"generateNotice": "node notices/notice-generator.js", "generateNotice": "node notices/notice-generator.js",
"deleteNotice": "node notices/notice-delete.js", "deleteNotice": "node notices/notice-delete.js",

View File

@ -6,5 +6,4 @@ launch_in_ci:
- Firefox - Firefox
framework: framework:
- qunit - qunit
before_tests: "npm run buildCiUnits"
test_page: "test/integration/index.html" test_page: "test/integration/index.html"