fix rogue useStrict transformer references

This commit is contained in:
Sebastian McKenzie
2015-03-02 22:41:55 +11:00
parent b7cb2bcb7b
commit a65acd73ca
7 changed files with 7 additions and 7 deletions

View File

@@ -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;