Attempting to do the following:
rocha ./test/**/**/*.jsx --recursive --compilers js:babel-core/register
This returns a syntax error since it doesn't recognize the ES6 syntax. Have also tried this with a coffeescript compiler with the same result. Would love to use this but need compiler support.
Attempting to do the following:
rocha ./test/**/**/*.jsx --recursive --compilers js:babel-core/registerThis returns a syntax error since it doesn't recognize the ES6 syntax. Have also tried this with a coffeescript compiler with the same result. Would love to use this but need compiler support.