Skip to content

Commit

Permalink
Use jasmine-focused as test runner as done in other places
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Jan 7, 2025
1 parent 53be31a commit 8e242f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = (grunt) ->

shell:
test:
command: 'node --coffee --captureExceptions --forceexit spec'
command: 'jasmine-focused --captureExceptions --coffee spec/'
options:
stdout: true
stderr: true
Expand Down

0 comments on commit 8e242f5

Please sign in to comment.