cargo/jest.config.json
2023-02-13 03:25:30 +09:00

9 lines
178 B
JSON

{
"clearMocks": true,
"moduleFileExtensions": ["js"],
"testEnvironment": "node",
"testMatch": ["**/*.test.js"],
"testRunner": "jest-circus/runner",
"verbose": true
}