From 2f2dd33b34c10815e235de27bebff00a911c7b0a Mon Sep 17 00:00:00 2001 From: jamauro Date: Fri, 11 Aug 2023 10:11:41 -0500 Subject: [PATCH] Log fetch in test to debug --- tools/tests/apps/dynamic-import/tests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tests/apps/dynamic-import/tests.js b/tools/tests/apps/dynamic-import/tests.js index 3dd68d24ee..0b53941616 100644 --- a/tools/tests/apps/dynamic-import/tests.js +++ b/tools/tests/apps/dynamic-import/tests.js @@ -15,6 +15,7 @@ describe("dynamic import(...)", function () { maybeClearDynamicImportCache(); it("ignores bad __meteor__/dynamic-import/fetch requests (#10147)", function () { + console.log('FETCH', fetch); return fetch(Meteor.absoluteUrl("/__meteor__/dynamic-import/fetch"), { // POST request with empty body. method: "POST"