mirror of
https://github.com/rancher-sandbox/rancher-desktop.git
synced 2021-10-13 00:04:06 +03:00
22 lines
435 B
JSON
22 lines
435 B
JSON
{
|
|
"testURL": "http://localhost:8888/",
|
|
"maxConcurrency": 1,
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"js",
|
|
"json",
|
|
"vue"
|
|
],
|
|
"rootDir": "..",
|
|
"testEnvironment": "node",
|
|
"testRegex": "(/e2e/.*\\.(e2e.spec))\\.(ts|js)$",
|
|
"transform": {
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
},
|
|
"modulePathIgnorePatterns": [
|
|
"<rootDir>/dist",
|
|
"<rootDir>/src/dist",
|
|
"<rootDir>/.git"
|
|
]
|
|
}
|