fix nodeunit target name

format
Tyler Kellen 12 years ago
parent 4430c8bf96
commit 77b6ec4d5d

@ -85,7 +85,7 @@ module.exports = function(grunt) {
// Unit tests.
nodeunit: {
tasks: ['test/*_test.js']
tests: ['test/*_test.js']
}
});

Loading…
Cancel
Save