mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Reorganize file locations/directory structure (#270)
Reorganize file locations
This commit is contained in:
4
testUtils/testUtils.js
Normal file
4
testUtils/testUtils.js
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms));
|
||||
/* eslint-disable-next-line import/prefer-default-export */
|
||||
export { sleep };
|
||||
Reference in New Issue
Block a user