From 8f3d528e0678ac37011d341c8bb70a3e5c554d98 Mon Sep 17 00:00:00 2001 From: weboko Date: Mon, 23 Jan 2023 23:58:07 +0100 Subject: [PATCH] fix export approach --- jest.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.cjs b/jest.config.cjs index 7e0d08b..1ef938a 100644 --- a/jest.config.cjs +++ b/jest.config.cjs @@ -3,7 +3,7 @@ * https://jestjs.io/docs/configuration */ -export default { +module.exports = { // All imported modules in your tests should be mocked automatically // automock: false,