Some checks failed
Continuous integration / test (push) Has been cancelled
Continuous integration / install_stable (macOS-latest) (push) Has been cancelled
Continuous integration / install_stable (ubuntu-latest) (push) Has been cancelled
Continuous integration / install_stable (windows-latest) (push) Has been cancelled
Continuous integration / install_nightly (push) Has been cancelled
Continuous integration / install_stable_in_docker (push) Has been cancelled
Continuous integration / install_stable_through_rust_toolchain_file (push) Has been cancelled
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"clearMocks": true,
|
|
"moduleFileExtensions": ["js", "ts"],
|
|
"testEnvironment": "node",
|
|
"testMatch": ["**/*.test.ts"],
|
|
"testRunner": "jest-circus/runner",
|
|
"transform": {
|
|
"^.+\\.ts$": "ts-jest"
|
|
},
|
|
"verbose": true
|
|
}
|