card-drop/jest.config.json

5 lines
99 B
JSON

{
"preset": "ts-jest",
"testEnvironment": "node",
"setupFiles": ["./jest.setup.js"]
}