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 6e50f5c commit 037736aCopy full SHA for 037736a
src/index.ts
@@ -300,9 +300,9 @@ export async function specs(argv: string[], config: Config) {
300
* Run full test suite without automatic fixes.
301
*/
302
export async function test(argv: string[], config: Config) {
303
+ await build(["--no-clean"], config);
304
await check([], config);
305
await specs(["--coverage"], config);
- await build(["--no-clean"], config);
306
}
307
308
/**
0 commit comments