Wrote end-to-end cypress tests
This commit is contained in:
6
client/cypress/.eslintrc.json
Normal file
6
client/cypress/.eslintrc.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": ["plugin:cypress/recommended"],
|
||||
"rules": {
|
||||
"no-unused-expressions": 0 // chai assertions trigger this rule
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user