We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960adb0 commit 91b6501Copy full SHA for 91b6501
src/index.ts
@@ -340,7 +340,7 @@ export async function specs(argv: string[], config: Config) {
340
*/
341
export async function test(argv: string[], config: Config) {
342
await check([], config);
343
- await specs(["run", "--coverage"], config);
+ await specs(["--coverage"], config);
344
await build(["--no-clean"], config);
345
}
346
0 commit comments