actually run the new test and remove unrelated tweak

This commit is contained in:
Michael Telatynski 2021-07-16 13:45:10 +01:00
parent 75e4d16462
commit 26fef6f294
3 changed files with 10 additions and 7 deletions

View file

@ -153,7 +153,7 @@
"jest": {
"testEnvironment": "jest-environment-jsdom-sixteen",
"testMatch": [
"<rootDir>/test/**/*-test.js"
"<rootDir>/test/**/*-test.[tj]s"
],
"setupFilesAfterEnv": [
"<rootDir>/node_modules/matrix-react-sdk/test/setupTests.js"