We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a7b66 commit f51ea42Copy full SHA for f51ea42
1 file changed
test/di.ts
@@ -6,7 +6,7 @@ import type { CliMode } from '../src/cli/utils';
6
7
export async function testContainer() {
8
const parent = new Container();
9
- await parent.load(rootContainerModule);
+ await parent.loadAsync(rootContainerModule);
10
return createContainer(parent);
11
}
12
0 commit comments