Skip to content

Commit

Permalink
no only
Browse files Browse the repository at this point in the history
  • Loading branch information
mabaasit committed Jan 16, 2025
1 parent 5874d59 commit b1066fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ describe('atlasSignInReducer', function () {
expect(store.getState()).to.have.nested.property('state', 'initial');
});

it.only('should cancel sign in if sign in is in progress', function () {
it('should cancel sign in if sign in is in progress', function () {
const mockAtlasService = {
isAuthenticated: sandbox
.stub()
Expand Down

0 comments on commit b1066fd

Please sign in to comment.