[Vuejs]-Mocha Test Exception occurred while loading your tests

0👍

The reason I had this issue was because I was testing an async function but my node version was v6.9. After I upgraded by node to v10, I successfully ran my tests.

Leave a comment