diff --git a/src/MenuGraphr.test.ts b/src/MenuGraphr.test.ts new file mode 100644 index 0000000..e6cea66 --- /dev/null +++ b/src/MenuGraphr.test.ts @@ -0,0 +1,5 @@ +import { MenuGraphr } from "./MenuGraphr"; + +describe("MenuGraphr", () => { + it("_", () => { /* ... */ }); +});