Skip to content
Snippets Groups Projects
Unverified Commit a5239fb5 authored by Uladzimir Havenchyk's avatar Uladzimir Havenchyk Committed by GitHub
Browse files

test(jest): get rid of warnings about duplicated manual mock (#46146)

* test(jest): get rid of warnings about duplicate manual mock

* update file-paths
parent 20005edc
No related merge requests found
......@@ -35,7 +35,7 @@ frontend_specs: &frontend_specs
- "frontend/test/**"
- "frontend/**/tests/**"
- "frontend/**/*.unit.*"
- "jest.config.json"
- "jest.config.js"
- "jest.tz.unit.conf.json"
release_source: &release_sources
......
......@@ -37,6 +37,7 @@ const config = {
modulePathIgnorePatterns: [
"<rootDir>/target/cljs_release/.*",
"<rootDir>/resources/frontend_client",
"<rootDir>/.*/__mocks__",
],
setupFiles: [
"<rootDir>/frontend/test/jest-setup.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