Skip to content

Commit

Permalink
format(vite): fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
AliYusuf95 authored Aug 31, 2024
1 parent 0db494d commit 1838ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/executors/test/vitest.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function* vitestExecutor(
report.hasErrors || (process.exitCode && process.exitCode !== 0);
}
} else {
hasErrors = process.exitCode !== 0
hasErrors = process.exitCode !== 0;
}

return {
Expand Down

0 comments on commit 1838ac4

Please sign in to comment.