fix rogue useStrict transformer references
This commit is contained in:
@@ -47,7 +47,7 @@ suite("kangax/compat-table", function () {
|
||||
test(key, function () {
|
||||
code = transform(code, {
|
||||
filename: key,
|
||||
blacklist: ["useStrict"],
|
||||
blacklist: ["strict"],
|
||||
optional: ["spec.typeofSymbol", "es6.blockScopingTDZ"]
|
||||
}).code;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user