Add Jest setup file

This commit is contained in:
2025-07-03 16:30:20 +02:00
parent feea04b1ce
commit 8ba72e8aa1
+4
View File
@@ -0,0 +1,4 @@
beforeAll(() => {
process.env.NODE_ENV = 'test';
process.env.JWT_SECRET = 'test-secret';
});