Iterate on test setup

This commit is contained in:
Nick Gerleman
2022-12-24 00:25:02 -08:00
parent 0a82167c30
commit 0f67a0a458
38 changed files with 36 additions and 61 deletions

View File

@@ -9,6 +9,6 @@
module.exports = {
setupFiles: ["./jest.setup.js", "./tests/tools.js"],
testRegex: '/tests/Facebook.Yoga/.*\\.js$',
testRegex: '/tests/.*\\.test\\.js$',
watchman: false,
}