Skip to content

Commit

Permalink
Update __tests__/stylelint.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Horky <[email protected]>
  • Loading branch information
ProchaLu and karlhorky authored Dec 13, 2023
1 parent 9a6dfe4 commit cd8bb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/stylelint.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { $ } from 'execa';
import { expect, test } from 'vitest';

test('run stylelint and expect errors', async () => {
test('Errors correctly reported with Stylelint config', async () => {
try {
const stylelintOutput =
await $`pnpm stylelint '**/*.{css,scss,less,js,tsx}'`;
Expand Down

0 comments on commit cd8bb96

Please sign in to comment.