aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.coffee')
-rw-r--r--Gruntfile.coffee2
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']