Unit tests in Vue.js are driven with Jest. Known issues SyntaxError: Unexpected token export This issue is most likely caused by an empty object export on the component (e.g. data() {return {}}).