card-drop/jest.config.json

5 lines
99 B
JSON
Raw Normal View History

2023-08-19 15:02:33 +01:00
{
"preset": "ts-jest",
"testEnvironment": "node",
"setupFiles": ["./jest.setup.js"]
}