mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix typo
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
parent
4ebbccba7a
commit
184612e5a6
@ -98,7 +98,7 @@ describe("<Catalog />", () => {
|
|||||||
jest.restoreAllMocks();
|
jest.restoreAllMocks();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("category.emit('onClickDetailIcon') when clicking on the icon in detail panl", () => {
|
it("category.emit('onClickDetailIcon') when clicking on the icon in detail panel", () => {
|
||||||
const history = createMemoryHistory();
|
const history = createMemoryHistory();
|
||||||
const mockLocation = {
|
const mockLocation = {
|
||||||
pathname: "",
|
pathname: "",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user