Skip to content

Commit

Permalink
Clear cache when running Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Oct 19, 2021
1 parent 440d616 commit f011fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"build:umd": "rollup --config",
"clean": "rm -rf dist esm umd",
"lint": "tslint -p .",
"test": "jest"
"test": "jest --clearCache"
}
}
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"build:esm:watch": "tsc -p tsconfig.esm.json -w --preserveWatchOutput",
"clean": "rm -rf dist esm",
"lint": "tslint -p .",
"test": "jest"
"test": "jest --clearCache"
}
}

0 comments on commit f011fab

Please sign in to comment.