mirror of
https://github.com/actions-rs/cargo.git
synced 2025-09-04 23:31:56 +03:00
Add formatting and linting tools
This commit is contained in:
parent
ecffd7835a
commit
efdda56b63
14 changed files with 2826 additions and 472 deletions
11
jest.config.json
Normal file
11
jest.config.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"clearMocks": true,
|
||||
"moduleFileExtensions": ["js", "ts"],
|
||||
"testEnvironment": "node",
|
||||
"testMatch": ["**/*.test.ts"],
|
||||
"testRunner": "jest-circus/runner",
|
||||
"transform": {
|
||||
"^.+\\.ts$": "ts-jest"
|
||||
},
|
||||
"verbose": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue