Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Add more test cleanup to script/test.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Nov 12, 2017
1 parent ccd0773 commit fbdcd8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion script/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ const NODE_PATH = [

const trashPaths = globby.sync([
"**/.?(esm-)cache",
"test/**/*.gz"
"**/.nyc_output",
"test/**/*.gz",
"test/node_modules/**/node_modules",
"test/node_modules/**/package-lock.json",
"test/node_modules/nyc-typescript-esm/**/*.js"
], {
cwd: rootPath,
realpath: true
Expand Down

0 comments on commit fbdcd8c

Please sign in to comment.