mirror of
https://github.com/ansible/awx.git
synced 2026-04-30 06:05:28 -02:30
Merge ui and ui_next in one dir
Merge ui and ui_next in one dir See: https://github.com/ansible/awx/issues/10676 Update django .po files Update django .po files Run `awx-manage makemessages`.
This commit is contained in:
4
awx/ui/testUtils/testUtils.js
Normal file
4
awx/ui/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