Remove fasttest task. fasttest is not fast

This commit is contained in:
Toru Kobayashi 2015-08-05 19:00:23 +09:00
parent c97ed7b804
commit 656c2ef173
2 changed files with 0 additions and 5 deletions

View File

@ -108,9 +108,6 @@ module.exports = function(grunt) {
'npm-react:release',
]);
grunt.registerTask('fasttest', function() {
grunt.task.run('test');
});
grunt.registerTask('test', ['jest']);
grunt.registerTask('npm:test', ['build', 'npm:pack']);

View File

@ -86,8 +86,6 @@ We use grunt to automate many tasks. Run `grunt -h` to see a mostly complete lis
grunt test
# Build and run tests in your browser
grunt test --debug
# For speed, you can use fasttest and add --filter to only run one test
grunt fasttest --filter=ReactIdentity
# Lint the code with ESLint
grunt lint
# Wipe out build directory