Skip to content
Snippets Groups Projects
Commit 4b65bf15 authored by Tim Zallmann's avatar Tim Zallmann
Browse files

Merge branch 'jejacks0n-remove-bad-spec' into 'master'

Clean up an incomplete thought as a spec

See merge request gitlab-org/gitlab-ce!31541
parents c43375dc f549fe21
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
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