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 was archived by the owner on Oct 10, 2021. It is now read-only.
Using mocha as my test framework, in my
mocha.optsfile I have the following option to tell mocha to use babel as the compiler:--compilers js:babel-core/registerIn 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?