-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I use qunit like this:
qunit.run({
code: './tests/dist/test_bundle.js',
tests: './tests/dist/test_bundle.js'
});
but when qunit-cli:
[20:03:42] TypeError: Object [object Object] has no method 'run'
at Gulp._gulp2.default.task.entries (/home/sontek/code/gulp_demo/gulp/js.js:45:11)
at module.exports (/home/sontek/code/gulp_demo/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:34:7)
at Gulp.Orchestrator._runTask (/home/sontek/code/gulp_demo/node_modules/gulp/node_modules/orchestrator/index.js:273:3)
at Gulp.Orchestrator._runStep (/home/sontek/code/gulp_demo/node_modules/gulp/node_modules/orchestrator/index.js:214:10)
at /home/sontek/code/gulp_demo/node_modules/gulp/node_modules/orchestrator/index.js:279:18
at finish (/home/sontek/code/gulp_demo/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:21:8)
at /home/sontek/code/gulp_demo/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:52:4
at f (/home/sontek/code/gulp_demo/node_modules/gulp/node_modules/orchestrator/node_modules/end-of-stream/node_modules/once/once.js:17:25)
at DestroyableTransform.onend (/home/sontek/code/gulp_demo/node_modules/gulp/node_modules/orchestrator/node_modules/end-of-stream/index.js:31:18)
at DestroyableTransform.EventEmitter.emit (events.js:117:20)
~/code/gulp_demo
Metadata
Metadata
Assignees
Labels
No labels