Log fetch in test to debug

This commit is contained in:
jamauro
2023-08-11 10:11:41 -05:00
committed by GitHub
parent bc4e0c90c1
commit 2f2dd33b34

View File

@@ -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"