Skip to content

Commit 91b6501

Browse files
committed
Fix test command
1 parent 960adb0 commit 91b6501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export async function specs(argv: string[], config: Config) {
340340
*/
341341
export async function test(argv: string[], config: Config) {
342342
await check([], config);
343-
await specs(["run", "--coverage"], config);
343+
await specs(["--coverage"], config);
344344
await build(["--no-clean"], config);
345345
}
346346

0 commit comments

Comments
 (0)