Files
atom/spec
Antonio Scandurra 62d48c64ea Add --main-process flag to run specs in the main process
…so that we can write unit tests for code in the main process. Below a
list of conventions we'll be adopting:

1. Use mocha as the test framework.
2. Use chai as the assertion library.
3. Name specs `foo-bar.spec.js`, to prevent the renderer process from
running specs written fro the main process e.g. when calling
`atom --test spec`.
4. Write specs in ES6.

Although somewhat inconsistent with the conventions we use for renderer
process specs, this will hopefully be a first step towards migrating our
entire Jasmine 1.3 test suite to a more modern environment.
2016-05-24 08:23:27 +02:00
..
🎨
2016-03-25 16:37:01 +01:00
2016-04-27 17:06:37 -04:00
2015-11-11 01:23:07 +02:00
📝
2016-04-14 14:19:09 +00:00
2016-04-14 22:02:35 -07:00
2014-02-02 19:29:54 +06:00
2016-05-02 11:32:38 -04:00
2016-03-01 10:56:03 -05:00