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:
parent
d9d83f6b2d
commit
f37ad9c134
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue