Closed mmurdoch closed 6 years ago
This branch loads spec from resource path, so you don't have to do a complete rebuild every time you make changes to your tests. https://github.com/atom/atom-shell-starter/compare/master...hongrich:specs-from-resource-path
@hongrich I've tested out your branch and it appears to work perfectly. It's made a huge improvement to my development speed. Thank you!
As stated in the README, this package is no longer maintained and is deprecated. We recommend that people use electron-prebuilt and electron-packager instead. Because of this, we are archiving this repository and closing all issues and pull requests. Thanks very much for your support and contributions!
Whenever I add or update a test (
xxxx-spec.coffee
) in thespec
directory I have to run a build (script/build
) otherwise the changes are not picked up when I run the tests.This wouldn't be a huge problem except the build takes a long time (several minutes) to run.
Running a build seems to required regardless of whether I run the tests from the running app (via View | Developer | Run Tests...) or from the command line (using
script/grunt test
).