mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Log fetch in test to debug
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user