diff --git a/.gitignore b/.gitignore index b712eb43..348de645 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,5 @@ yarn-debug.log* yarn-error.log* package-lock.json -.nyc_output/ coverage/ public/ diff --git a/test/.nycrc-mocha b/test/.nycrc-mocha index fdd6c982..ab60e552 100644 --- a/test/.nycrc-mocha +++ b/test/.nycrc-mocha @@ -1,5 +1,6 @@ { "all": true, + "temp-directory": "./node_modules/.cache/nyc_output", "exclude": [ "webpack.config*.js" ], diff --git a/test/.nycrc-mocha-webpack b/test/.nycrc-mocha-webpack index 587007bb..278bc5d9 100644 --- a/test/.nycrc-mocha-webpack +++ b/test/.nycrc-mocha-webpack @@ -1,5 +1,6 @@ { "all": true, + "temp-directory": "./node_modules/.cache/nyc_output", "include": [ "client/" ], diff --git a/test/.nycrc-report b/test/.nycrc-report index 33a96e55..c4f15b21 100644 --- a/test/.nycrc-report +++ b/test/.nycrc-report @@ -1,4 +1,5 @@ { + "temp-directory": "./node_modules/.cache/nyc_output", "reporter": [ "lcov", "text-summary"