vega-frontend-monorepo/libs/cypress/project.json
Joe Tsang a459793f09
Task/Updated tests to pass when there are no transactions (#145)
* Updated tests to pass when there are no txs

* Add slack command to send messages to slack

* Re add library for Cypress

* Resolved PR comments

* Added TODOs for clarity

* Increase wait for block to update

* Increase to 3 seconds

Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2022-04-04 18:20:33 +01:00

24 lines
525 B
JSON

{
"root": "libs/cypress",
"sourceRoot": "libs/cypress/src",
"projectType": "library",
"targets": {
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/cypress/**/*.ts"]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/cypress"],
"options": {
"jestConfig": "libs/cypress/jest.config.js",
"passWithNoTests": true
}
}
},
"tags": []
}