mirror of
https://github.com/actions-rs/cargo.git
synced 2025-06-02 15:03:39 +03:00
Update jest.config.json
This commit is contained in:
parent
d9d83f6b2d
commit
f37ad9c134
1 changed files with 2 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue