Tests fail because Lab requires ES6 ...
nelsonic opened this issue · 3 comments
nelsonic commented
Even though the tests pass fine on our local machine(s):
They fail on CodeShip because Lab uses ES6:
Lambda only supports node 0.10.36
which is why we are running our tests using v0.10
Contemplating moving back to tape for tests... or Mocha (which is what is being used on our Front-end app...)
nelsonic commented
nelsonic commented
nelsonic commented