From a4eef8ea7b31a431e567090dcf397c96160acf50 Mon Sep 17 00:00:00 2001 From: Thomas Cruveilher <38007824+Sorikairox@users.noreply.github.com> Date: Sat, 24 Feb 2024 08:04:07 +0000 Subject: [PATCH] chore: remove comments --- spec/injection.test.ts | 1 - spec/scoped-lifecycle-hook-another-order.test.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/spec/injection.test.ts b/spec/injection.test.ts index bb03175f..d1010582 100644 --- a/spec/injection.test.ts +++ b/spec/injection.test.ts @@ -117,7 +117,6 @@ Deno.test('Injection', async (testContext) => { port: '4000', }, }, - // new TokenInjector(DatabaseService, 'DB_SERVICE'), ], }; } diff --git a/spec/scoped-lifecycle-hook-another-order.test.ts b/spec/scoped-lifecycle-hook-another-order.test.ts index eb95e8f2..245d8b58 100644 --- a/spec/scoped-lifecycle-hook-another-order.test.ts +++ b/spec/scoped-lifecycle-hook-another-order.test.ts @@ -62,7 +62,6 @@ Deno.test('Scoped Lifecycle hooks other order', async (testContext) => { token: 'SCOPED_TOKEN', useClass: ScopedInjectable, }, - // new TokenInjector(ScopedInjectable, 'SCOPED_TOKEN'), InjectableUsingScoped, ], })