mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
0483cc7aaa
Beginning of an e2e testing framework for the fleet application. This uses [Cypress](https://www.cypress.io/) to implement a first end-to-end test in Fleet.
11 lines
138 B
JSON
11 lines
138 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress"]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|