Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: module rewrite in unoptimized dep #344

Merged
merged 9 commits into from
Jun 4, 2020
Prev Previous commit
Next Next commit
test: exclude playground from jest test match
  • Loading branch information
yyx990803 committed Jun 4, 2020
commit 5e22598700dec131247524f7b8a49f45a85ea9c2
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
testPathIgnorePatterns: ['/playground/', '/node_modules/'],
watchPathIgnorePatterns: ['<rootDir>/temp']
}