Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
perbergland committed Oct 22, 2024
1 parent accc66c commit a4e689c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/babel-plugin-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a4e689c

Please sign in to comment.