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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
.watchmanconfig Normal file
View file

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