ci(jest): add jest.ci.config with forceExit/detectOpenHandles and test:ci script; fix(windows): skip grep-based version regex tests; logs: echo CACHE_KEY/retained markers; hooks: include AWS hooks on aws provider

This commit is contained in:
Frostebite
2025-09-04 21:14:53 +01:00
parent a4a3612fcf
commit 6c4a85a2a0
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
const base = require('./jest.config.js');
module.exports = {
...base,
forceExit: true,
detectOpenHandles: true,
testTimeout: 120000,
maxWorkers: 1,
};