0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

fix(core): remove useless todo comment (#653)

remove useless todo comment
This commit is contained in:
simeng-li 2022-04-24 14:39:07 +08:00 committed by GitHub
parent 88e58b8b0c
commit fefe566044
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,4 @@ describe('oidc provider init', () => {
const app = new Koa();
await expect(initOidc(app)).resolves.not.toThrow();
});
// TODO:
});