From b4da1a08b98414e903440d6ec2df7e94b48daea8 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Sat, 7 Dec 2013 14:40:57 -0800 Subject: [PATCH] feat(init): add nodeunit, nunit frameworks --- lib/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init.js b/lib/init.js index 3e2dc1624..17cedbdc0 100755 --- a/lib/init.js +++ b/lib/init.js @@ -126,7 +126,7 @@ var questions = [{ id: 'framework', question: 'Which testing framework do you want to use ?', hint: 'Press tab to list possible options. Enter to move to the next question.', - options: ['jasmine', 'mocha', 'qunit', ''], + options: ['jasmine', 'mocha', 'qunit', 'nodeunit', 'nunit', ''], validate: validateFramework }, { id: 'requirejs',