1
0

working on testing

This commit is contained in:
2024-01-19 00:37:29 +01:00
parent 606d5f1cb2
commit eeea1102af
4 changed files with 4047 additions and 0 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