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 b42c2ab commit b630cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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-timerange-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';
import 'vitest-canvas-mock';

expect.extend(matchers);

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

0 comments on commit b630cc7

Please sign in to comment.