Update export jest.config as package now of type commonjs instead of module

This commit is contained in:
Volodymyr Zotov
2025-07-30 10:57:41 -05:00
parent 29819e3c8f
commit 6b6b0dc705

View File

@@ -25,4 +25,4 @@ const jestConfig = {
verbose: true,
};
export default jestConfig;
module.exports = jestConfig;