Skip to content

Commit

Permalink
add node shim for fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjha committed Jan 12, 2024
1 parent 2b47172 commit 723929b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/setupTests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import dotenv from 'dotenv';
import '@mux/mux-node/shims/node'

dotenv.config({ path: '.env.test' });

Expand Down

0 comments on commit 723929b

Please sign in to comment.