mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-12-20 05:15:46 +02:00
11 lines
253 B
JSON
11 lines
253 B
JSON
{
|
|
"clearMocks": true,
|
|
"moduleFileExtensions": ["js", "ts"],
|
|
"testEnvironment": "node",
|
|
"testMatch": ["**/*.test.ts"],
|
|
"testRunner": "jest-circus/runner",
|
|
"transform": {
|
|
"^.+\\.ts$": "ts-jest"
|
|
},
|
|
"verbose": true
|
|
}
|