Skip to content

Commit

Permalink
removing .only
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrudge committed Feb 1, 2018
1 parent 68c69cb commit ee14d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/web-auth/web-auth.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ describe('auth0.WebAuth', function() {
);
});
});
context.only('when inside of the universal login page', function() {
context('when inside of the universal login page', function() {
beforeEach(function() {
stub(windowHelper, 'getWindow', function() {
return {
Expand Down

0 comments on commit ee14d33

Please sign in to comment.