chore: remove timeout

This commit is contained in:
jamesgeorge007 2020-10-29 12:59:05 +05:30
parent 893bd2319b
commit 51083e5c86

View File

@ -8,8 +8,6 @@ const runDirPath = path.join(__dirname, '..', 'run');
const rootPath = path.join(__dirname, '..', '..', '..', '..');
jest.setTimeout(240000);
beforeAll(() => {
fs.mkdirSync(runDirPath);
// Copy all files from fixtures directory to `run`