fleet/cypress/tsconfig.json
Zach Wasserman 663641d521
Add commands for enrolling hosts in E2E tests (#1089)
- Add `addDockerHost` and `stopDockerHost` commands.
- Example usage in test.
2021-06-15 10:14:57 -07:00

14 lines
218 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom"],
"types": [
"cypress",
"@testing-library/cypress",
"node",
"cypress-wait-until"
]
},
"include": ["**/*.ts"]
}