Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
1 line
347 B
Plaintext
1 line
347 B
Plaintext
{"version":3,"sources":["../../src/utilities/wait.ts"],"sourcesContent":["export async function wait(ms: number) {\n return new Promise((resolve) => {\n setTimeout(resolve, ms)\n })\n}\n"],"names":["wait","ms","Promise","resolve","setTimeout"],"mappings":"AAAA,OAAO,eAAeA,KAAKC,EAAU;IACnC,OAAO,IAAIC,QAAQ,CAACC;QAClBC,WAAWD,SAASF;IACtB;AACF"} |