You've already forked get-canonical-url
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:
@@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user