Fix Jest config (#27834)

This commit is contained in:
Renaud Chaput
2023-11-13 13:19:41 +01:00
committed by GitHub
parent 0d14fcebae
commit da4f37020b
2 changed files with 4 additions and 1 deletions

3
.watchmanconfig Normal file
View File

@@ -0,0 +1,3 @@
{
"ignore_dirs": ["node_modules/", "public/"]
}