Add Jest setup file
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
beforeAll(() => {
|
||||||
|
process.env.NODE_ENV = 'test';
|
||||||
|
process.env.JWT_SECRET = 'test-secret';
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user