Skip to content

Commit

Permalink
the no_conflict tests work ok, so long as we restore global state at …
Browse files Browse the repository at this point in the history
…the end
  • Loading branch information
iamcal committed Oct 2, 2018
1 parent 3b6b3e2 commit 8be0824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/no_conflict.spec.js.OFF → test/no_conflict.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ describe("noConflict mode", function(){

var autolink3 = new lib_class();
expect(autolink3.stripProtocols).toBe(true);

AutoLink = lib_class;
});
});

0 comments on commit 8be0824

Please sign in to comment.