mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 17:31:50 +02:00
correct testMatch so it doesn't try run js-sdk tests
This commit is contained in:
parent
409a111b02
commit
a2246374f1
@ -157,7 +157,7 @@
|
||||
"webpack-cli": "^3.1.1"
|
||||
},
|
||||
"jest": {
|
||||
"testMatch": ["test/**/*-test.js"],
|
||||
"testMatch": ["<rootDir>/test/**/*-test.js"],
|
||||
"setupTestFrameworkScriptFile": "<rootDir>/test/setupTests.js",
|
||||
"moduleNameMapper": {
|
||||
"\\.(gif|png|svg|ttf|woff2)$": "<rootDir>/__mocks__/imageMock.js"
|
||||
|
Loading…
x
Reference in New Issue
Block a user