fix tests

This commit is contained in:
alexlamsl
2017-12-03 12:14:31 +08:00
parent c9dbe9deb1
commit b91a2e018a
4 changed files with 47 additions and 39 deletions

View File

@@ -13,7 +13,8 @@ arrow_function_parens_2: {
typeof_arrow_functions: {
options = {
evaluate: true
evaluate: true,
typeofs: true,
}
input: {
var foo = typeof (x => null);