0
0
Fork 0
mirror of https://github.com/actions-rs/cargo.git synced 2025-05-03 17:19:22 +03:00

Update jest.config.json

This commit is contained in:
Rin Arakaki 2023-02-13 03:25:30 +09:00 committed by GitHub
parent d9d83f6b2d
commit f37ad9c134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,8 @@
{
"clearMocks": true,
"moduleFileExtensions": ["js", "ts"],
"moduleFileExtensions": ["js"],
"testEnvironment": "node",
"testMatch": ["**/*.test.ts"],
"testMatch": ["**/*.test.js"],
"testRunner": "jest-circus/runner",
"transform": {
"^.+\\.ts$": "ts-jest"
},
"verbose": true
}