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 94b5793 commit 22df859
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ioc/test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import { Autowired, ClassWrapper, ConstantWrapper, Container, Inject, Injectable, InjectableWatermark, InjectWatermark, Optional, PostConstruct } from '../src'
import { AbstractBootstrap } from '../src/bootstrap'

process.on('unhandledRejection', (reason, promise) => {
console.error('Unhandled Rejection at:', promise, 'reason:', reason)
})

it('should automatic analyze deps', () => {
@Injectable()
class BarService {
Expand Down

0 comments on commit 22df859

Please sign in to comment.