diff --git a/jest.config.json b/jest.config.json index 396e05b0d9..8785cee1ac 100644 --- a/jest.config.json +++ b/jest.config.json @@ -2,7 +2,6 @@ "setupFiles": ["./jest.setup.js"], "testPathIgnorePatterns": ["dist", "/node_modules/", "/build/"], "roots": [""], - "testMatch": ["/**/*.spec.js"], "moduleFileExtensions": ["ts", "js", "json"], "testEnvironment": "node", "collectCoverage": true, diff --git a/upcoming-release-notes/171.md b/upcoming-release-notes/171.md new file mode 100644 index 0000000000..a81b2664f7 --- /dev/null +++ b/upcoming-release-notes/171.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [Jackenmen] +--- + +Fix app-sync.test.js not being ran due to faulty jest configuration