diff options
Diffstat (limited to 'Gruntfile.coffee')
| -rw-r--r-- | Gruntfile.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 958ff81f8..4c2ad1464 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -20,7 +20,7 @@ module.exports = (grunt) => watchchange: javascript: - match: ['app/javascript/**/*', 'spec/javascript/**/*'] + match: ['app/javascript/**/*', 'spec/javascript/**/*_spec.*'] setConfig: ['jest.run.src'] preprocess: javascriptSpecPath tasks: ['jest:run'] |
