correct testMatch so it doesn't try run js-sdk tests

pull/21833/head
Michael Telatynski 2019-12-17 13:05:18 +00:00
parent 409a111b02
commit a2246374f1
1 changed files with 1 additions and 1 deletions

View File

@ -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"