extend node_version range on applicable tests (#2015)

This commit is contained in:
Alex Lam S.L
2017-05-27 22:18:28 +08:00
committed by GitHub
parent c3f14a1481
commit 79131cd647
2 changed files with 2 additions and 2 deletions

View File

@@ -243,5 +243,5 @@ hoist_funs_strict: {
"5 'function' 'function'",
"6 'undefined' 'function'",
]
node_version: "=4"
node_version: ">=4"
}