Open
Description
The test suite uses some ES6 features, such as object destructuring, which only works in NodeJS 6 and later. We should add an engines
line to package.json
to record this.
8000
The test suite uses some ES6 features, such as object destructuring, which only works in NodeJS 6 and later. We should add an engines
line to package.json
to record this.