Skip to content

Commit cec96f9

Browse files
fix build
1 parent 91ec269 commit cec96f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe('e2e', () => {
8989
continue;
9090
}
9191
const fileTools = await import(`../src/tools/${file}`);
92-
for (const maybeTool of Object.values(fileTools)) {
92+
for (const maybeTool of Object.values<object>(fileTools)) {
9393
if ('name' in maybeTool) {
9494
definedNames.push(maybeTool.name);
9595
}

0 commit comments

Comments
 (0)