chore: update jest.config.js (#1834)

This commit is contained in:
Tonye Jack 2024-01-08 06:53:44 -07:00 committed by GitHub
parent 54789be3a1
commit 5313e6bbe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,4 @@ module.exports = {
setupFiles: [ setupFiles: [
"<rootDir>/jest/setupEnv.cjs" "<rootDir>/jest/setupEnv.cjs"
] ]
} };