mirror of
https://github.com/gotify/server.git
synced 2026-06-20 20:56:08 +08:00
Add setup tests file for setting the jest timeout
This commit is contained in:
1
ui/src/setupTests.ts
Normal file
1
ui/src/setupTests.ts
Normal file
@@ -0,0 +1 @@
|
||||
jest.setTimeout(process.env.CI === 'true' ? 50000 : 20000);
|
||||
Reference in New Issue
Block a user