This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

update test runner config

+2
+1
jest.config.js
··· 19 19 }, 20 20 // Increase timeout for tests that use containers 21 21 testTimeout: 60000, 22 + setupFiles: ['<rootDir>/jest.setup.js'], 22 23 };
+1
jest.setup.js
··· 1 + require('dotenv').config({ path: '.env.test' });