Skip to content

Commit 8239368

Browse files
authored
BC-11368 - Allgemeines package update - tldraw-server (#100)
1 parent 542e4bd commit 8239368

File tree

7 files changed

+905
-746
lines changed

7 files changed

+905
-746
lines changed

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ansible
22
.github
3-
**/authorization-api-client/*.*
3+
**/authorization-api-client/**

jest.config.cjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ module.exports = {
99
'ts-jest',
1010
{
1111
useESM: true,
12+
diagnostics: {
13+
ignoreCodes: [151002],
14+
},
1215
},
1316
],
1417
},
@@ -20,4 +23,5 @@ module.exports = {
2023
testEnvironment: 'node',
2124
globalSetup: '<rootDir>/../scripts/testing/globalSetup.ts',
2225
globalTeardown: '<rootDir>/../scripts/testing/globalTeardown.ts',
26+
forceExit: true,
2327
};

0 commit comments

Comments
 (0)