Farmbot-Web-App/src/nav/__tests__/test_nav_links.ts

7 lines
124 B
TypeScript

describe("<NavBar", function () {
it("renders helpful text", function () {
pending("Work in progress...");
});
});