Closed brettchalupa closed 8 years ago
After doing a little more digging, as the error trace shows, the require
here https://github.com/felixrieseberg/ember-electron/blob/39a83802b404e3786a4f9cbf789098dcccfd25e1/lib/commands/electron-test/index.js#L51 seems to be the problem. I forked and cloned the repo, and I will try to submit a fix!
Oh wow, thank you very much for the report, the investigation, and the fix!
Just to check that this worked, I created a new Ember app with v0.3.4 of ember-electron and ember electron:test
worked as expected! :tada:
Hi! I am working on a little app w/ ember-electron, so I setup a new Ember app with:
I then installed ember-electron with:
I followed the configuration steps, and then I ran
ember electron:test
. The following error was raised:The
ember test
command runs as expected.Some additional info:
Running the command
npm install quick-temp --save-dev
fixed the issue and tests now pass when runningember electron:test
.Is the issue something on my end or is it something as straightforward as adding
quick-temp
to the ember-electron dependencies? I am happy to contribute the fix and help figure it out. Thanks! :smile: