We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0403071 commit 420be34Copy full SHA for 420be34
samples/test/test.samples.auth.js
@@ -31,7 +31,7 @@ describe('Auth samples', () => {
31
nock.cleanAll();
32
});
33
34
- it.only('should support JWT', async () => {
+ it('should support JWT', async () => {
35
const scopes = [nock('https://www.googleapis.com')
36
.get('/drive/v2/files')
37
.reply(200, {}),
0 commit comments