Skip to content

Commit 70abc8a

Browse files
committed
lint fixes
1 parent fbcd08e commit 70abc8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/auth.test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ import {
77
readFileSync,
88
rmSync,
99
writeFileSync,
10-
unlinkSync,
1110
} from 'node:fs';
1211
import { AddressInfo } from 'node:net';
1312
import { TokenSet } from 'openid-client';
1413
import { join } from 'path';
1514
import { afterAll, beforeAll, beforeEach, describe, expect, vi } from 'vitest';
16-
import * as fs from 'node:fs';
1715

1816
import { OAuth2Server } from 'oauth2-mock-server';
1917
import * as authModule from '../auth';

0 commit comments

Comments
 (0)