Skip to content

Commit

Permalink
chore(grunt): add ability to run single tests that match a pattern
Browse files Browse the repository at this point in the history
to use run `grunt single-test:<pattern>`.
Pattern can be a string or a regex pattern
  • Loading branch information
tivie committed Jul 11, 2015
1 parent 09a6578 commit a467923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ module.exports = function (grunt) {
}
});

grunt.task.run('simplemocha:node');
grunt.task.run(['lint', 'concat:test', 'simplemocha:single', 'clean']);
});

grunt.registerTask('lint', ['jshint', 'jscs']);
Expand Down

0 comments on commit a467923

Please sign in to comment.