Skip to content

Commit 20a8dce

Browse files
committedJun 30, 2022
fix(core): delete test scripts and fix container load function calls
1 parent 2c13c1a commit 20a8dce

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed
 

‎packages/core/test/containers/continer.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ it('Container should load options and resolve all dependencies', async () => {
1616
fs.unlinkSync(resultPath);
1717
}
1818
const container = new Container();
19-
container.load({
19+
await container.load({
2020
artifact: {
2121
provider: PersistentStoreType.LocalFile,
2222
filePath: resultPath,

‎packages/core/test/template-engine/extension-loader/loader.spec.ts

-28
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.