mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
Browser: Update UI with new components and elements (#5671)
This commit is contained in:
@@ -22,7 +22,7 @@ jest.mock("../../web", () => ({
|
||||
LoggedIn: jest
|
||||
.fn(() => true)
|
||||
.mockReturnValueOnce(true)
|
||||
.mockReturnValueOnce(false)
|
||||
.mockReturnValueOnce(false),
|
||||
}))
|
||||
describe("Header", () => {
|
||||
it("should render without crashing", () => {
|
||||
|
||||
Reference in New Issue
Block a user