1
0

update tests

This commit is contained in:
2023-11-11 16:44:42 +01:00
parent c4559460fb
commit 78ef16e356
6 changed files with 528 additions and 316 deletions

9
jest.config.ts Normal file
View File

@@ -0,0 +1,9 @@
import type { Config } from 'jest'
const config: Config = {
preset: 'ts-jest',
testEnvironment: 'node',
verbose: true
}
export default config