Skip to content

Commit

Permalink
chore: do not run drawing tests before integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Mar 14, 2024
1 parent 692569e commit 9e658ed
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 @@ -319,7 +319,7 @@ module.exports = function(grunt) {
// Run drawing tests
grunt.registerTask('casper-drawing-test', ['build-dev', 'connect:test', 'casperjs:drawing']);
// Run drawing tests and integration tests
grunt.registerTask('casper-integration-test', ['build-dev', 'connect:test', 'casperjs:drawing', 'casperjs:integration']);
grunt.registerTask('casper-integration-test', ['build-dev', 'connect:test', 'casperjs:integration']);

// Run the tests, even if the linting fails
grunt.registerTask('test-nolint', ['unit-test', 'build-dev', 'connect:test', 'casperjs:drawing', 'casperjs:integration']);
Expand Down

0 comments on commit 9e658ed

Please sign in to comment.