[tests] Specify testing tsconfig path for Jest (#11253)

This fixes the stack traces on failed Jest tests.
This commit is contained in:
Nathan Rajlich
2024-03-11 14:39:08 -07:00
committed by GitHub
parent c3251e3775
commit 4111fbaa89
8 changed files with 19 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ module.exports = {
{
diagnostics: true,
isolatedModules: true,
tsconfig: 'test/tsconfig.json',
},
],
},