Skip to content

Commit 689855b

Browse files
authoredJun 16, 2023
fix: typo in config suggestion (#3583)
1 parent 9c7ea38 commit 689855b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/vitest/src/node/error.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function printModuleWarningForPackage(logger: Logger, path: string, name: string
171171
deps: {
172172
inline: [
173173
${c.yellow(c.bold(`"${name}"`))}
174-
}
174+
]
175175
}
176176
}
177177
}\n`)))

0 commit comments

Comments
 (0)
Please sign in to comment.