Skip to content

Commit

Permalink
Remove missed compat check
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Jun 2, 2017
1 parent a4ac81c commit 5e13e65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/plugins/clean-url-tracker-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ describe('CleanUrlTracker', () => {
});

it('merges the passed options with the defaults', () => {
if (!document.visibilityState) this.skip();

let cut = new CleanUrlTracker(tracker);

assert.deepEqual(cut.opts, {});
Expand Down

0 comments on commit 5e13e65

Please sign in to comment.