Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Nov 1, 2024
1 parent 786bb04 commit a64f1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ioc/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ it('should automatic analyze deps', () => {
expect(constructorDeps[0]).toBeInstanceOf(ClassWrapper)
expect(constructorDeps[1]).toBeInstanceOf(ClassWrapper)
expect(constructorDeps[2]).toBeUndefined()
expect(constructorDeps[3]).toBeInstanceOf(Container)
expect(constructorDeps[3]).toBeInstanceOf(ClassWrapper)

const instance: FooService = classFactory.getOrCreateInstance()
expect(instance).toBeInstanceOf(FooService)
Expand Down

0 comments on commit a64f1b2

Please sign in to comment.