Remove sleep from tests

This commit is contained in:
Jake McDermott
2021-08-24 17:49:43 -04:00
committed by jakemcdermott
parent 1b0fca8026
commit 03277513a9
11 changed files with 1 additions and 35 deletions

View File

@@ -1,4 +0,0 @@
const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms));
/* eslint-disable-next-line import/prefer-default-export */
export { sleep };