0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-27 13:53:09 +00:00

fix tests?

This commit is contained in:
Víctor Losada Hernández
2026-01-21 17:21:52 +01:00
parent 9165032c54
commit 51da573e57
6 changed files with 8 additions and 1 deletions

2
jest.setup.js Normal file
View File

@@ -0,0 +1,2 @@
global.TextEncoder = require('util').TextEncoder;
global.TextDecoder = require('util').TextDecoder;