PRIMEIRO ENVIO
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Jest setup for API Gateway tests
|
||||
process.env.NODE_ENV = 'test';
|
||||
process.env.JWT_SECRET = 'test-jwt-secret-key';
|
||||
process.env.LOG_LEVEL = 'error'; // Reduce log noise during tests
|
||||
|
||||
// Global test timeout
|
||||
jest.setTimeout(30000);
|
||||
Reference in New Issue
Block a user