UNPKG

118 BPlain TextView Raw
1import { labelNav } from "./labelNav";
2
3test("should return the label", () => {
4 expect(labelNav()).toEqual("");
5});