Skip to content

Commit

Permalink
[encoderpatch] Don't forget to import the things
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract committed Aug 27, 2024
1 parent 1e676db commit 5787e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/jest/test-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const {StyleSheetTestUtils} = require("aphrodite");
const {
mockRequestAnimationFrame,
} = require("../../utils/testing/mock-request-animation-frame");
const {TextEncoder, TextDecoder} = require("util");

StyleSheetTestUtils.suppressStyleInjection();

Expand Down

0 comments on commit 5787e51

Please sign in to comment.