Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Feb 24, 2024
1 parent 35c0a0a commit a4eef8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spec/injection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ Deno.test('Injection', async (testContext) => {
port: '4000',
},
},
// new TokenInjector(DatabaseService, 'DB_SERVICE'),
],
};
}
Expand Down
1 change: 0 additions & 1 deletion spec/scoped-lifecycle-hook-another-order.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Deno.test('Scoped Lifecycle hooks other order', async (testContext) => {
token: 'SCOPED_TOKEN',
useClass: ScopedInjectable,
},
// new TokenInjector(ScopedInjectable, 'SCOPED_TOKEN'),
InjectableUsingScoped,
],
})
Expand Down

0 comments on commit a4eef8e

Please sign in to comment.