Skip to content

Commit

Permalink
Remove fasttest task. fasttest is not fast
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Aug 5, 2015
1 parent c97ed7b commit 656c2ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']);

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 656c2ef

Please sign in to comment.