mirror of
https://github.com/actions-rs/cargo.git
synced 2025-08-14 20:55:14 +00:00
Update jest.config.json
This commit is contained in:
parent
d9d83f6b2d
commit
f37ad9c134
@ -1,11 +1,8 @@
|
|||||||
{
|
{
|
||||||
"clearMocks": true,
|
"clearMocks": true,
|
||||||
"moduleFileExtensions": ["js", "ts"],
|
"moduleFileExtensions": ["js"],
|
||||||
"testEnvironment": "node",
|
"testEnvironment": "node",
|
||||||
"testMatch": ["**/*.test.ts"],
|
"testMatch": ["**/*.test.js"],
|
||||||
"testRunner": "jest-circus/runner",
|
"testRunner": "jest-circus/runner",
|
||||||
"transform": {
|
|
||||||
"^.+\\.ts$": "ts-jest"
|
|
||||||
},
|
|
||||||
"verbose": true
|
"verbose": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user