1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Ignore modules from dist dir on tests

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-09-09 10:49:00 +03:00
parent 084ec1e685
commit 00e31e98bf

View File

@ -71,7 +71,8 @@
},
"moduleNameMapper": {
"\\.(css|scss)$": "<rootDir>/__mocks__/styleMock.ts"
}
},
"modulePathIgnorePatterns": ["<rootDir>/dist"]
},
"build": {
"afterSign": "build/notarize.js",