Skip to content

Commit

Permalink
Add global for wct callback when amd compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Apr 24, 2018
1 parent a93f81f commit 7f9de46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@

// module-to-amd transform
require: true,
resolve: true
resolve: true,
_wctCallback: true
};

test('check global leakage', function() {
Expand Down

0 comments on commit 7f9de46

Please sign in to comment.