Skip to content

Commit

Permalink
Use Yarn's default compressionLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Oct 30, 2023
1 parent 0a0834b commit f6fea8b
Show file tree
Hide file tree
Showing 4 changed files with 738 additions and 742 deletions.
2 changes: 0 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
compressionLevel: mixed

logFilters:
- code: YN0076
level: discard
Expand Down
6 changes: 2 additions & 4 deletions packages/react-calendar/vitest.setup.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { expect, afterEach } from 'vitest';
import { afterEach } from 'vitest';
import { cleanup } from '@testing-library/react';
import matchers from '@testing-library/jest-dom/matchers';

expect.extend(matchers);
import '@testing-library/jest-dom/vitest';

Check failure on line 3 in packages/react-calendar/vitest.setup.ts

View workflow job for this annotation

GitHub Actions / Static code analysis

Unable to resolve path to module '@testing-library/jest-dom/vitest'

afterEach(() => {
cleanup();
Expand Down
Loading

0 comments on commit f6fea8b

Please sign in to comment.