Move /e2e -> /e2e-tests
Этот коммит содержится в:
15
e2e-tests/cypress/tsconfig.json
Обычный файл
15
e2e-tests/cypress/tsconfig.json
Обычный файл
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"lib": ["esnext", "dom"],
|
||||
"types": ["cypress", "cypress-wait-until", "@testing-library/cypress", "node"],
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true,
|
||||
"moduleResolution": "node",
|
||||
"baseUrl": ".",
|
||||
"skipLibCheck": true,
|
||||
"allowJs": true,
|
||||
"noEmit": true,
|
||||
},
|
||||
"include": ["**/*.*"]
|
||||
}
|
||||
Ссылка в новой задаче
Block a user