Hey guys,
My tests, which are passing in development, fail due to what seems like circleci’s node environment not understanding object destructuring:
/home/ubuntu/BackEndMaster/app/services/importBuildingsService.test.js:8
const { expect } = chai;
^
SyntaxError: Unexpected token {
I’ve specified the exact version of node that I’m using in development in the config file. Any ideas why this might be happening?