Skip to content

Commit f202d17

Browse files
committed
fix comment
Signed-off-by: Adam Setch <[email protected]>
1 parent d685c07 commit f202d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/__helpers__/jest.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ global.CSS = {
6767
}),
6868
};
6969

70-
// @ts-expect-error: prevent ReferenceError: TextEncoder is not defined
70+
// prevent ReferenceError: TextEncoder is not defined
7171
global.TextEncoder = TextEncoder;
7272

7373
/**

0 commit comments

Comments
 (0)