Skip to content

Commit

Permalink
Update jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alienkarma committed Nov 5, 2024
1 parent 1e37797 commit bf2293d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
'^kaibanjs$': '<rootDir>/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: [
Expand Down

0 comments on commit bf2293d

Please sign in to comment.