chore: fixes jest config to esm

This commit is contained in:
James
2024-03-06 12:28:04 -05:00
parent cc69cac29e
commit 468148ceb2

View File

@@ -22,4 +22,4 @@ const customJestConfig = {
}
// module.exports = createJestConfig(customJestConfig)
module.exports = customJestConfig
export default customJestConfig