0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

Merge pull request #1074 from logto-io/charles-remove-unnecessary-console-log

refactor(core): remove unnecessary console.log
This commit is contained in:
Charles Zhao 2022-06-07 23:01:19 +08:00 committed by GitHub
commit 27f16ea865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,8 +91,6 @@ describe('koaAuth middleware', () => {
}, },
}; };
console.log('????????????????', tokenNotSupportedError);
await expect(koaAuth()(ctx, next)).rejects.toMatchError(tokenNotSupportedError); await expect(koaAuth()(ctx, next)).rejects.toMatchError(tokenNotSupportedError);
}); });