We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89a466b + 79affde commit 6ed4c7fCopy full SHA for 6ed4c7f
jest.config.js
@@ -1,7 +1,8 @@
1
-const { TextEncoder } = require('util');
+const { TextEncoder, TextDecoder } = require('util');
2
module.exports = {
3
globals: {
4
TextEncoder: TextEncoder,
5
+ TextDecoder: TextDecoder
6
},
7
transform: {
8
'^.+\\.(js|ts|tsx)$': 'ts-jest',
0 commit comments