Don't run bskylink tests with Jest
This commit is contained in:
+2
-1
@@ -324,7 +324,8 @@
|
|||||||
],
|
],
|
||||||
"modulePathIgnorePatterns": [
|
"modulePathIgnorePatterns": [
|
||||||
"__tests__/.*/__mocks__",
|
"__tests__/.*/__mocks__",
|
||||||
"__e2e__/.*"
|
"__e2e__/.*",
|
||||||
|
"bskylink/.*"
|
||||||
],
|
],
|
||||||
"coveragePathIgnorePatterns": [
|
"coveragePathIgnorePatterns": [
|
||||||
"<rootDir>/node_modules/",
|
"<rootDir>/node_modules/",
|
||||||
|
|||||||
Reference in New Issue
Block a user