Skip to content

Commit 6b3cb64

Browse files
test: use container from typeorm-typedi-extensions in test
1 parent 73d9e06 commit 6b3cb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'reflect-metadata';
2-
import { Container } from 'typedi';
32
import { useContainer } from 'typeorm';
3+
import { Container } from '../../src';
44
import { startApp } from './app';
55

66
useContainer(Container);

0 commit comments

Comments
 (0)