You've already forked MenuGraphr
mirror of
https://github.com/FullScreenShenanigans/MenuGraphr.git
synced 2026-04-28 13:02:13 -07:00
Added stub test to stop istanbul crashes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { MenuGraphr } from "./MenuGraphr";
|
||||
|
||||
describe("MenuGraphr", () => {
|
||||
it("_", () => { /* ... */ });
|
||||
});
|
||||
Reference in New Issue
Block a user