mirror of
https://github.com/theoludwig/html-w3c-validator.git
synced 2024-10-29 22:17:28 +01:00
10 lines
206 B
JSON
10 lines
206 B
JSON
{
|
|
"testEnvironment": "node",
|
|
"resolver": "jest-ts-webcompat-resolver",
|
|
"transform": {
|
|
"^.+\\.(t|j)sx?$": ["@swc/jest"]
|
|
},
|
|
"rootDir": "./src",
|
|
"setupFiles": ["<rootDir>/__test__/setup.ts"]
|
|
}
|