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

switch to microbundle

This commit is contained in:
2021-11-11 11:09:25 -05:00
parent 5b3ea19ec0
commit 625837697b
11 changed files with 1969 additions and 2276 deletions

View File

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