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 2f4c9a6 commit 89bb2c2
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 589 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-datetimerange-picker/vitest.setup.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { expect, afterEach } from 'vitest';
import { afterEach } from 'vitest';
import { cleanup } from '@testing-library/react';
import matchers from '@testing-library/jest-dom/matchers';
import '@testing-library/jest-dom/vitest';

Check failure on line 3 in packages/react-datetimerange-picker/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'
import 'vitest-canvas-mock';

expect.extend(matchers);

afterEach(() => {
cleanup();
});
Loading

0 comments on commit 89bb2c2

Please sign in to comment.