Skip to content

Commit 856a954

Browse files
committed
chore: ts-ignore
1 parent 3b8d50d commit 856a954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/org/login/login.web.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ describe('org:login:web', () => {
242242
$$.SANDBOX.stub(AuthInfo, 'create').resolves(authInfoStub);
243243
$$.SANDBOX.stub(AuthInfo, 'listAllAuthorizations').resolves([]);
244244

245-
// @ts-ignore
246245
const login = new LoginWeb(
247246
['--client-app', 'MyApp', '--username', '[email protected]', '--scopes', 'api web'],
247+
// @ts-ignore
248248
config
249249
);
250250
// @ts-ignore because protected member

0 commit comments

Comments
 (0)