Skip to content
Snippets Groups Projects
Commit 379382f6 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

lint

parent e084e27f
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ import PulseCardPreview from "metabase/pulse/components/PulseCardPreview";
import Toggle from "metabase/components/Toggle";
import {
FETCH_PULSES,
SET_EDITING_PULSE,
SAVE_EDITING_PULSE,
FETCH_CARDS,
......@@ -155,5 +154,4 @@ describe("Pulse", () => {
expect(pulse.channels[0].channel_type).toBe("email");
expect(pulse.channels[0].enabled).toBe(true);
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment