Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag support #26

Merged
merged 4 commits into from Jul 24, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

updated test case

  • Loading branch information
Jayant Varshney
Jayant Varshney committed Jul 24, 2015
commit 525fd6bba6b9af4003c840fe7f89a08cef59d6a4
@@ -79,7 +79,7 @@ describe("loggly.tracker", function() {

var key = _LTracker.key;
expect(_LTracker.key).toBe(madeupKey);
expect(_LTracker.inputUrl).toContain(madeupKey + '.gif');
expect(_LTracker.inputUrl).toContain(madeupKey + '/tag');
expect(_LTracker.track).not.toHaveBeenCalled();

_LTracker.push({'logglyKey': originalKey}); // put it back to original state
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.