npm test is failing on older NodeJs versions due to const
declaration
#36
Labels
difficulty: medium
fix is medium in difficulty
const
declaration
#36
It seems like the older versions of node doesn't know what to do with
const
variables during testing in travis.Travis reporting failures
The text was updated successfully, but these errors were encountered: