From a4e689c716d38813859c7993a984f171b325133b Mon Sep 17 00:00:00 2001 From: Per Bergland Date: Tue, 22 Oct 2024 15:20:53 +0200 Subject: [PATCH] add comment --- test/babel-plugin-tests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/babel-plugin-tests.js b/test/babel-plugin-tests.js index 229be15..b1f01b7 100644 --- a/test/babel-plugin-tests.js +++ b/test/babel-plugin-tests.js @@ -109,6 +109,7 @@ describe("reify/plugins/babel", () => { (topLevelAwaitEnabled ? describe : describe.skip)("top level await via babel plugin", ()=>{ it('doesn’t detect TLA for simple content', () => { + // Depends on the special __reifyWaitForDeps__ detection in visitAwaitExpression const code = ` import { Meteor } from "meteor/meteor"; export const isServer = Meteor.isServer;