feat: hoppscotch-backend dependency update (#4426) (HSB-489)
This commit is contained in:
@@ -153,6 +153,14 @@ const exampleSSOProfileData = {
|
||||
photos: 'https://en.wikipedia.org/wiki/Dwight_Schrute',
|
||||
};
|
||||
|
||||
beforeAll(() => {
|
||||
process.env.DATA_ENCRYPTION_KEY = '12345678901234567890123456789012';
|
||||
});
|
||||
|
||||
afterAll(() => {
|
||||
delete process.env.DATA_ENCRYPTION_KEY; // Clean up after tests
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
mockReset(mockPrisma);
|
||||
mockPubSub.publish.mockClear();
|
||||
|
||||
Reference in New Issue
Block a user