Skip to content

Commit 8ba70f1

Browse files
committed
updates test harness
1 parent 5f438c5 commit 8ba70f1

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "JavaScript Variables Lab for Learn.co",
55
"main": "index.js",
66
"scripts": {
7-
"postinstall": "gem install learn-co",
8-
"test": "node_modules/browser-sync/bin/browser-sync.js start --config node_modules/learn-browser/bs-config.js"
7+
"test": "mocha -R mocha-multi --reporter-options spec=-,json=.results.json"
98
},
109
"repository": {
1110
"type": "git",
@@ -27,6 +26,17 @@
2726
},
2827
"homepage": "https://github.com/learn-co-curriculum/js-basics-variables-lab#readme",
2928
"devDependencies": {
30-
"learn-browser": "^0.1.13"
29+
"babel-core": "6.26.3",
30+
"babel-preset-env": "1.7.0",
31+
"chai": "4.1.2",
32+
"file-system": "2.2.2",
33+
"jsdom": "9.2.1",
34+
"mocha": "5.2.0",
35+
"mocha-jsdom": "~1.1.0",
36+
"mocha-multi": "1.0.1",
37+
"chai-spies-next": "^0.9.3"
38+
},
39+
"dependencies": {
40+
"sinon": "^7.3.2"
3141
}
3242
}

0 commit comments

Comments
 (0)