fix(linter)

This commit is contained in:
Evan Morikawa 2016-10-13 12:41:09 -04:00
parent de0f2374fe
commit 0971f67e7f

View file

@ -18,8 +18,4 @@ describe("Nylas Calendar Toggles", function calendarPickerSpec() {
);
this.toggles = ReactTestUtils.findRenderedComponentWithType(this.calendar, CalendarToggles);
});
it("renders the toggles", () => {
});
});