We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69cac8 commit 3c3d6e8Copy full SHA for 3c3d6e8
jest.config.js
@@ -5,5 +5,7 @@ module.exports = {
5
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
6
moduleNameMapper: {
7
"index\\.node": "<rootDir>/index.node"
8
- }
+ },
9
+ // Force Jest to exit after tests complete to prevent hanging
10
+ forceExit: true
11
};
0 commit comments