Skip to content

Commit 2893ee2

Browse files
committed
Removed only from auth test
1 parent 9d76cb3 commit 2893ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/api/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('api/_performApiRequest', () => {
6565
sinon.restore();
6666
});
6767

68-
context.only('with regular requests', () => {
68+
context('with regular requests', () => {
6969
beforeEach(mockFetch.setUp);
7070
afterEach(mockFetch.tearDown);
7171

0 commit comments

Comments
 (0)