Skip to content

Commit 19f3e51

Browse files
committed
fix: unit tests caused by missig Uint8Array
1 parent f48c7a3 commit 19f3e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module.exports = {
2929
diagnostics: false,
3030
tsconfig: '<rootDir>/tests/tsconfig.json',
3131
},
32+
Uint8Array: Uint8Array,
3233
VERSION: version,
3334
},
3435
moduleFileExtensions: ['js', 'json', 'jsx', 'ts', 'tsx', 'node', 'd.ts'],

0 commit comments

Comments
 (0)