From 7f9de46c72278991ca991e964be12dd63e6387d7 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Mon, 23 Apr 2018 22:14:04 -0700 Subject: [PATCH] Add global for wct callback when amd compiling --- test/unit/globals.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/unit/globals.html b/test/unit/globals.html index 2a5b2a3164..c40be6f442 100644 --- a/test/unit/globals.html +++ b/test/unit/globals.html @@ -91,7 +91,8 @@ // module-to-amd transform require: true, - resolve: true + resolve: true, + _wctCallback: true }; test('check global leakage', function() {