Skip to content

Commit b4da1a0

Browse files
committed
feat(init): add nodeunit, nunit frameworks
1 parent 1ba70a6 commit b4da1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ var questions = [{
126126
id: 'framework',
127127
question: 'Which testing framework do you want to use ?',
128128
hint: 'Press tab to list possible options. Enter to move to the next question.',
129-
options: ['jasmine', 'mocha', 'qunit', ''],
129+
options: ['jasmine', 'mocha', 'qunit', 'nodeunit', 'nunit', ''],
130130
validate: validateFramework
131131
}, {
132132
id: 'requirejs',

0 commit comments

Comments
 (0)