1
0

working on testing

This commit is contained in:
2024-01-19 00:37:29 +01:00
parent a4fd646d6b
commit c68a979614
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