Clean up an incomplete thought as a spec
This commit is contained in:
parent
4aa824e705
commit
f549fe210e
1 changed files with 0 additions and 7 deletions
|
@ -31,13 +31,6 @@ describe('Tracking', () => {
|
|||
|
||||
expect(snowplowSpy).not.toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it('skips tracking if ', () => {
|
||||
window.snowplow = false;
|
||||
Tracking.event('_category_', '_eventName_');
|
||||
|
||||
expect(snowplowSpy).not.toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
|
||||
describe('tracking interface events', () => {
|
||||
|
|
Loading…
Reference in a new issue