Skip to content

Commit 420be34

Browse files
committed
remove only
1 parent 0403071 commit 420be34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/test/test.samples.auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('Auth samples', () => {
3131
nock.cleanAll();
3232
});
3333

34-
it.only('should support JWT', async () => {
34+
it('should support JWT', async () => {
3535
const scopes = [nock('https://www.googleapis.com')
3636
.get('/drive/v2/files')
3737
.reply(200, {}),

0 commit comments

Comments
 (0)