Missing > {

This commit is contained in:
Josh Goldberg
2018-05-23 09:00:07 +02:00
parent 104615021e
commit 6099c3903b
+1 -1
View File
@@ -1,3 +1,3 @@
describe("MapScreenr", () => {
it("_", () = /* ... */ });
it("_", () => { /* ... */ });
});