debian-mirror-gitlab/spec/frontend/__helpers__/flush_promises.js

4 lines
80 B
JavaScript
Raw Normal View History

2021-11-18 22:05:49 +05:30
export default function flushPromises() {
return new Promise(setImmediate);
}