We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6140dd commit a0f6007Copy full SHA for a0f6007
1 file changed
.github/actions/find/src/dynamicImport.ts
@@ -16,6 +16,6 @@
16
// https://github.com/vitest-dev/vitest/blob/main/test/core/test/mock-internals.test.ts#L27
17
//
18
// - so this looks like a reasonable approach
19
-export async function dynamicImport(path: string) {
+export function dynamicImport(path: string) {
20
return import(path)
21
}
0 commit comments