aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.coffee
diff options
context:
space:
mode:
authorZog2018-05-14 11:41:52 +0200
committerZog2018-05-14 11:41:59 +0200
commit342b883c73c08227fec95484c01b84c19cc0b626 (patch)
treee72762c54d42f950ba54264e533ab9861e33deaf /Gruntfile.coffee
parent4c94257d93c33bc2d6a2c4f146ebe0843763c89a (diff)
downloadchouette-core-342b883c73c08227fec95484c01b84c19cc0b626.tar.bz2
Refs #6998: Fix JS specs6998-fix-jest-specs
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']