Added a simple UI cypress test, improvements to ui menu

This commit is contained in:
Jamie Curnow
2021-07-14 09:37:49 +10:00
parent 4fbb354d54
commit 76a170b50b
7 changed files with 151 additions and 95 deletions

View File

@@ -47,7 +47,7 @@
"styled-components": "5.3.0",
"tabler-icons-react": "^1.35.0",
"tabler-react": "^2.0.0-alpha.1",
"tabler-react-typescript": "^0.0.4",
"tabler-react-typescript": "0.0.5",
"typescript": "^4.3.5"
},
"scripts": {
@@ -83,10 +83,10 @@
],
"coverageThreshold": {
"global": {
"branches": 1,
"functions": 1,
"lines": 1,
"statements": 1
"branches": 0,
"functions": 0,
"lines": 0,
"statements": 0
}
}
}