File size: 118 Bytes
cf86710 | 1 2 3 4 5 6 | import { labelNav } from "./labelNav";
test("should return the label", () => {
expect(labelNav()).toEqual("");
});
|
cf86710 | 1 2 3 4 5 6 | import { labelNav } from "./labelNav";
test("should return the label", () => {
expect(labelNav()).toEqual("");
});
|