Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Lyon Lu <[email protected]>
  • Loading branch information
lyonlu13 committed Oct 17, 2024
1 parent ee58846 commit 7b873ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/test/jest-setup.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
import '@testing-library/jest-dom';

import { TextEncoder, TextDecoder } from 'util';

Object.assign(global, { TextDecoder, TextEncoder });

0 comments on commit 7b873ae

Please sign in to comment.