Added stub test to stop istanbul crashes

This commit is contained in:
Josh Goldberg
2018-05-23 07:33:43 +02:00
parent 63fd1106c5
commit 61d9322dbd
+5
View File
@@ -0,0 +1,5 @@
import { MenuGraphr } from "./MenuGraphr";
describe("MenuGraphr", () => {
it("_", () => { /* ... */ });
});