aboutsummaryrefslogtreecommitdiff
path: root/jest.config.json
blob: 66dfe2a64164aafad6c07a51cbc7aa55329f1e67 (plain)
1
2
3
4
5
6
{
	"preset": "ts-jest",
	"testEnvironment": "node",
	"globalSetup": "./test/setup.ts",
	"globalTeardown": "./test/teardown.ts"
}