Repoint .istambul.yml to the right location (#5187)

Never did this when I renamed the folder. `npm run cover` currently
doesn't generate a proper coverage report, this fixes it
This commit is contained in:
Maxime Beauchemin 2018-06-13 22:22:39 -07:00 committed by GitHub
parent 6e37d3f882
commit 30111bf3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
verbose: true
instrumentation:
root: './javascripts'
root: './src'
extensions: ['.js', '.jsx']
excludes: [
'dist/**'