feat(tests): search test

This commit is contained in:
Alexey Kasyanchuk
2018-08-09 05:02:11 +03:00
parent ce618f4408
commit ae7b6fe793
5 changed files with 51 additions and 4 deletions

View File

@ -0,0 +1 @@
module.exports = (time) => new Promise((resolve) => setTimeout(resolve, time))