mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
"fix" failing test
This commit is contained in:
parent
85f7db7774
commit
ecc7b2ad91
@ -3,3 +3,6 @@
|
|||||||
import { TextEncoder, TextDecoder } from 'util'
|
import { TextEncoder, TextDecoder } from 'util'
|
||||||
global.TextEncoder = TextEncoder
|
global.TextEncoder = TextEncoder
|
||||||
global.TextDecoder = TextDecoder
|
global.TextDecoder = TextDecoder
|
||||||
|
|
||||||
|
// Metascraper takes longer nowadays, double time
|
||||||
|
jest.setTimeout(10000)
|
||||||
Loading…
x
Reference in New Issue
Block a user