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 Dec 28, 2023. It is now read-only.
20 04 2017 13:57:39.644:WARN [watcher]: Pattern "babel-core/register" does not match any file.
20 04 2017 13:57:39.697:WARN [karma]: No captured browser, open http://localhost:9880/
20 04 2017 13:57:39.710:WARN [karma]: Port 9880 in use
20 04 2017 13:57:39.711:WARN [karma]: Port 9881 in use
With this configuration I am able to load the mocha.opts file, but when it gets parsed, it thinks that the require option is the file glob instead of it being the babel compiler. I know the configuration is correct because when I run node_module/.bin/mocha --opts ./path-to-mocha-opts, it runs fine.
Is there something different I should be doing in the config or my mocha.opts file?
The text was updated successfully, but these errors were encountered:
Hi, I'm just wondering about
mocha.opts
. I know it is now supported viaHere's the setup we have:
mocha.opts file contents:
here's the karma.conf file:
and we extend it in gulp like so:
and here's our console output:
With this configuration I am able to load the mocha.opts file, but when it gets parsed, it thinks that the
require
option is the file glob instead of it being the babel compiler. I know the configuration is correct because when I runnode_module/.bin/mocha --opts ./path-to-mocha-opts
, it runs fine.Is there something different I should be doing in the config or my mocha.opts file?
The text was updated successfully, but these errors were encountered: