Skip to content

Commit

Permalink
Don't instrument the playground
Browse files Browse the repository at this point in the history
nyc has a bug where it walks all the files when `all: true`.
istanbuljs/nyc#581
  • Loading branch information
NiGhTTraX committed Aug 31, 2017
1 parent 83d6a19 commit d9f9716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .nycrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"**/webpack.config.*",
"src/index*",
"src/app-factory.js",
"tests/unit/**/*.js"
"tests/unit/**/*.js",
"playground"
],
"extension": [".js", ".jsx"],
"all": true,
Expand Down

0 comments on commit d9f9716

Please sign in to comment.