You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.
@vvo: is zuul supposed to pick up mocha.opts? That would be nice if so. I didn't mean to imply that I thought it would, only showing that for mocha there is an option to specify compilers. I was hoping there was the same for zuul. I'm currently using zuul-builder-webpack to achieve similar results, but was hoping for something built into zuul.
Using mocha as my test framework, in my
mocha.opts
file I have the following option to tell mocha to use babel as the compiler:--compilers js:babel-core/register
In my test file, my first line is:
import React from "react";
And when I run zuul with this test, I see the following output in the console:
Can someone please point me to where I setup zuul to use babel to make this work properly?
The text was updated successfully, but these errors were encountered: