Skip to content

Commit a12b064

Browse files
committed
Add flag for new namedWrapped tests and disable the dynamic plugin tests for now.
1 parent ff1762a commit a12b064

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

impl/lsjs/config.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ var config = lsjs,
99
basic: true,
1010
anon: true,
1111
funcString: true,
12+
namedWrapped: true,
1213
require: true,
13-
plugins: true,
14-
pluginDynamic: true
14+
plugins: true
15+
//pluginDynamic: true
1516
};
1617
require = undefined;

0 commit comments

Comments
 (0)