Skip to content

Commit

Permalink
chore: add missing setup-tests files
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-in-boots committed Nov 17, 2023
1 parent 93d0ffe commit 73f8f56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/decorator-mui/setup-tests.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { TextEncoder, TextDecoder } from 'util';
global.TextEncoder = TextEncoder;
global.TextDecoder = TextDecoder;
3 changes: 3 additions & 0 deletions packages/decorator-pdf/setup-tests.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { TextEncoder, TextDecoder } from 'util';
global.TextEncoder = TextEncoder;
global.TextDecoder = TextDecoder;

0 comments on commit 73f8f56

Please sign in to comment.