Skip to content
Snippets Groups Projects
Unverified Commit 9378e28e authored by Kamil Mielnik's avatar Kamil Mielnik Committed by GitHub
Browse files

Fix unit tests running multiple times in watch mode (#43445)

* Fix unit tests running multiple times in watch mode

* Ignore even more
parent c3c65abd
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,10 @@ const config = {
"<rootDir>/frontend/src",
"<rootDir>/enterprise/frontend/src",
],
modulePathIgnorePatterns: ["<rootDir>/target/cljs_release/.*"],
modulePathIgnorePatterns: [
"<rootDir>/target/cljs_release/.*",
"<rootDir>/resources/frontend_client",
],
setupFiles: [
"<rootDir>/frontend/test/jest-setup.js",
"<rootDir>/frontend/test/metabase-bootstrap.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment