mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-09-03 09:55:44 +00:00
Added Error Boundary (#649)
* Added Error Boundary * Test improvements * Introduced useDevLogger * Updated Cypress to latest and aligned the tests * Added eslint-enable * Set allowCypressEnv: false for security reasons.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { mount } from "cypress/react18";
|
||||
import { mount } from "cypress/react";
|
||||
import { Button } from "./common/Button/Button";
|
||||
|
||||
describe("Button component tests", () => {
|
||||
|
||||
Reference in New Issue
Block a user