Skip to content

Commit c742db8

Browse files
committed
feat: improve diff values typing
1 parent 5f7d6c4 commit c742db8

9 files changed

Lines changed: 984 additions & 446 deletions

File tree

jest.setup.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import { TextEncoder, TextDecoder } from "util";
22

3-
//@ts-expect-error - the TextEncoder is valid
43
global.TextEncoder = TextEncoder;
5-
//@ts-expect-error - the TextDecoder is valid
64
global.TextDecoder = TextDecoder;

0 commit comments

Comments
 (0)