fix nodeunit target name

This commit is contained in:
Tyler Kellen 2012-11-28 08:41:28 -06:00
parent 4430c8bf96
commit 77b6ec4d5d

View File

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