mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-10 19:46:32 +02:00
11 lines
233 B
JSON
11 lines
233 B
JSON
{
|
|
"clearMocks": true,
|
|
"moduleFileExtensions": ["js", "ts"],
|
|
"testEnvironment": "node",
|
|
"testMatch": ["**/*.test.ts"],
|
|
"testRunner": "jest-circus/runner",
|
|
"transform": {
|
|
"^.+\\.ts$": "ts-jest"
|
|
},
|
|
"verbose": true
|
|
}
|