Skip to content

Commit

Permalink
πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Mar 20, 2024
1 parent 63a01dd commit 26d81a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/setupTests.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';
import 'slate-test-utils/dist/cjs/mocks';

import { TextEncoder } from 'node:util';

global.TextEncoder = TextEncoder;
Expand Down

0 comments on commit 26d81a7

Please sign in to comment.