mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 03:30:05 +00:00
Added a simple UI cypress test, improvements to ui menu
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user