add ESM-safe os test helpers and tsconfig for tests

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-01-28 11:52:41 +01:00
parent 8a49a6ea9c
commit 3f7be6d97d
12 changed files with 86 additions and 31 deletions

View File

@@ -41,7 +41,8 @@ module.exports = {
'^.+\\.ts$': [
'ts-jest',
{
useESM: true
useESM: true,
tsconfig: '<rootDir>/tsconfig.test.json'
}
]
},