diff options
| author | Zog | 2018-05-14 11:41:52 +0200 |
|---|---|---|
| committer | Zog | 2018-05-14 11:41:59 +0200 |
| commit | 342b883c73c08227fec95484c01b84c19cc0b626 (patch) | |
| tree | e72762c54d42f950ba54264e533ab9861e33deaf /Gruntfile.coffee | |
| parent | 4c94257d93c33bc2d6a2c4f146ebe0843763c89a (diff) | |
| download | chouette-core-342b883c73c08227fec95484c01b84c19cc0b626.tar.bz2 | |
Refs #6998: Fix JS specs6998-fix-jest-specs
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'] |
