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"