1
mirror of https://github.com/jakejarvis/get-canonical-url.git synced 2025-09-16 18:45:32 -04:00

fixes for eslint 8.0.0

This commit is contained in:
2021-10-12 20:23:55 -04:00
parent 2364bec385
commit 5b3ea19ec0
4 changed files with 152 additions and 174 deletions

View File

@@ -68,6 +68,7 @@ describe("without canonical tag", () => {
});
async function wait(ms) {
// eslint-disable-next-line compat/compat
return new Promise((resolve) => {
setTimeout(resolve, ms);
});