This repository has been archived by the owner on May 28, 2019. It is now read-only.
(JS) Can't run on IE because of const
keyword
#186
Labels
const
keyword
#186
Cucumber.js cannot run on IE because Gherkin uses the
const
keyword which is not supported.Simple
var
s should be okay.See cucumber/cucumber-js#78.
The text was updated successfully, but these errors were encountered: