Giter Club home page Giter Club logo

Comments (8)

mattdesl avatar mattdesl commented on July 21, 2024

Any chance you can put together a small test case? I've never used mocha before.

from devtool.

zzarcon avatar zzarcon commented on July 21, 2024

Sure, I created a dummy repo just to show the error.

https://github.com/zzarcon/mocha-electron-error

I tried also with absolute paths but don't work:

$ /usr/local/opt/nvm/v0.10.39/bin/devtool /usr/local/opt/nvm/v0.10.39/bin/mocha

from devtool.

zzarcon avatar zzarcon commented on July 21, 2024

For some reasons is unable to find the init.js file

from devtool.

mattdesl avatar mattdesl commented on July 21, 2024

I just ran your test through devtool and it seemed to work fine for me. Here's the command I ran from your repo:

devtool ./node_modules/mocha/bin/_mocha -qc -- ./test/dummy-spec.js 

(Note: Mocha seems to quit the process when all tests finish!)

That is a strange error, maybe it got corrupted during install? You can re-install globally like so:

npm install devtool -g

Also which platform are you on? npm version? I'm also not sure if node version matters but I've been testing on node@5.

from devtool.

zzarcon avatar zzarcon commented on July 21, 2024

Ok, so doing

devtool ./node_modules/mocha/bin/_mocha

Works for me! My problem was that I was trying to run it like

devtool ./node_modules/mocha/bin/mocha and $ devtool ./node_modules/.bin/mocha which is basically the same.

I tried reinstalling devtool globally again and using node@5 but still fails using my approach... So maybe is this something expected and simply I didn't know how to use it properly? or it's a bug of the mocha cli?

Thanks very much for the help

from devtool.

mattdesl avatar mattdesl commented on July 21, 2024

Sadly the mocha script spawns a new process which means we can't easily debug it, which is why _mocha is used instead. More discussion: s-a/iron-node#51

from devtool.

zzarcon avatar zzarcon commented on July 21, 2024

I see, i will close the issue now since there's nothing wrong with Devtool ^^

Thanks for the info 💪

from devtool.

mattdesl avatar mattdesl commented on July 21, 2024

Added this to the readme under Grunt/Gulp/Mocha section. 😄

from devtool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.