Commit f549fe21 authored by jejacks0n's avatar jejacks0n

Clean up an incomplete thought as a spec

parent 4aa824e7
...@@ -31,13 +31,6 @@ describe('Tracking', () => { ...@@ -31,13 +31,6 @@ describe('Tracking', () => {
expect(snowplowSpy).not.toHaveBeenCalled(); expect(snowplowSpy).not.toHaveBeenCalled();
}); });
it('skips tracking if ', () => {
window.snowplow = false;
Tracking.event('_category_', '_eventName_');
expect(snowplowSpy).not.toHaveBeenCalled();
});
}); });
describe('tracking interface events', () => { describe('tracking interface events', () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment