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: [