From bf2293d5ae22f13a5a3ba25fc6cbb9f10bfc3cfb Mon Sep 17 00:00:00 2001 From: Abhishek Karmakar Date: Tue, 5 Nov 2024 19:37:38 +0300 Subject: [PATCH] Update jest.config.js --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 5e737ba..ddc5928 100644 --- a/jest.config.js +++ b/jest.config.js @@ -6,7 +6,7 @@ module.exports = { '^kaibanjs$': '/dist/bundle.cjs' }, testTimeout: 300000, // Sets global timeout to 10 seconds for all tests - testEnvironment: "node", // Use Node.js environment for executing tests, + testEnvironment: 'node', // Use Node.js environment for executing tests, verbose: true, // Make Jest more verbose silent: false, // Ensure Jest is not silent (though this is not directly related to console.log output) // testMatch: [