Skip to content

Commit

Permalink
refactor(tests/typedservice): move to contrib/
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Oct 11, 2023
1 parent f078be8 commit e677880
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TypedService } from '../../contrib/typed-service/typed-service.decorator.mjs';
import { TypedService } from 'internal:typedi/contrib/typed-service/typed-service.decorator.mjs';

describe('TypedService', () => {
it('is a function', () => {
Expand Down

0 comments on commit e677880

Please sign in to comment.