Skip to content

Commit

Permalink
Format with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora-dot committed Apr 16, 2024
1 parent 5c7308a commit 7a62c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/example.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect, test } from 'vitest';

test('Test vitest is installed correctly', () => {
expect(true).toBe(true);
expect(true).toBe(true);
});
4 changes: 2 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
test: {
environment: 'jsdom',
coverage: {
reporter: ['text', 'json', 'html']
}
reporter: ['text', 'json', 'html'],
},
},
});

0 comments on commit 7a62c19

Please sign in to comment.