eslint / espree

An Esprima-compatible JavaScript parser
BSD 2-Clause "Simplified" License
2.26k stars 189 forks source link

Chore: Add tests for ecmaVersion default value #460

Closed mdjermanovic closed 3 years ago

mdjermanovic commented 3 years ago

Adds a couple of tests to ensure that ecmaVersion: 5 is the default. I'm not sure if we already had any explicit ones.