Skip to content

Commit

Permalink
Ignore from root
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Sep 6, 2021
1 parent 119361c commit 3f62b4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jest.config.js
Expand Up @@ -71,7 +71,11 @@ module.exports = {
"prettier-local": "<rootDir>/tests/config/require-prettier.js",
"prettier-standalone": "<rootDir>/tests/config/require-standalone.js",
},
modulePathIgnorePatterns: ["<rootDir>/dist", "<rootDir>/website"],
modulePathIgnorePatterns: [
"<rootDir>/dist",
"<rootDir>/website",
"<rootDir>/scripts/release",
],
transform,
watchPlugins: [
"jest-watch-typeahead/filename",
Expand Down

0 comments on commit 3f62b4a

Please sign in to comment.