|
@@ -98,7 +98,7 @@
|
|
|
"screenshot": "node ./bin/screenshot.js",
|
|
|
"start": "npm run dev",
|
|
|
"test": "torch --compile --renderer --recursive ./test/unit",
|
|
|
- "test-live": "torch --compile --interactive --watch --recursive ./test/unit/graph-spec.js",
|
|
|
+ "test-live": "torch --compile --interactive --watch --recursive ./test/bugs/issue-308-spec.js",
|
|
|
"watch": "webpack --config webpack-dev.config.js",
|
|
|
"win-dev": "node ./bin/win-dev.js"
|
|
|
},
|