Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f549fe21
Commit
f549fe21
authored
Aug 06, 2019
by
jejacks0n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up an incomplete thought as a spec
parent
4aa824e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
spec/frontend/tracking_spec.js
spec/frontend/tracking_spec.js
+0
-7
No files found.
spec/frontend/tracking_spec.js
View file @
f549fe21
...
@@ -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
'
,
()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment