2026-06-28 17:01:53 -04:00
|
|
|
module.exports = {
|
2026-06-29 16:02:22 -04:00
|
|
|
rootDir: '.',
|
2026-06-28 17:01:53 -04:00
|
|
|
testEnvironment: 'node',
|
2026-06-29 16:02:22 -04:00
|
|
|
testMatch: ['<rootDir>/tests/**/*.test.js'],
|
2026-06-28 17:01:53 -04:00
|
|
|
testTimeout: 10000,
|
|
|
|
|
};
|