Skip to content

Commit a0f6007

Browse files
committed
fix import issue
1 parent b6140dd commit a0f6007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/find/src/dynamicImport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
// https://github.com/vitest-dev/vitest/blob/main/test/core/test/mock-internals.test.ts#L27
1717
//
1818
// - so this looks like a reasonable approach
19-
export async function dynamicImport(path: string) {
19+
export function dynamicImport(path: string) {
2020
return import(path)
2121
}

0 commit comments

Comments
 (0)