Skip to content

Commit

Permalink
Add src/setupTests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Mar 5, 2024
1 parent c3b18f4 commit e6795f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions streamlit_webrtc/frontend/src/setupTests.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { TextEncoder, TextDecoder } from "node:util";

global.TextDecoder = TextDecoder;
global.TextEncoder = TextEncoder;

0 comments on commit e6795f0

Please sign in to comment.