7 Commits

Author SHA1 Message Date
Norbert de Langen
9faced558e CI run jest in series && add dummy deploy 2017-07-19 10:11:23 +02:00
Michael Shilman
9571b40452 Redo CRA kitchen sink work in a single commit
- renamed project
- added `info`, `notes`, `centered`, `knobs` examples
2017-06-15 15:09:08 +10:00
Norbert de Langen
a48f958bcd FIX coverage by using jest projects over multiple npm scripts 2017-06-08 00:49:40 +02:00
Tom Coleman
8cef3d5c03 Separate out testing the RN app and the rest.
Although RN uses Jest for testing, it uses a Jest preset which messes with the environment. AFIACT it's not possible to selectively apply the environment to different tests so we just separate them.
2017-06-07 21:19:17 +10:00
Norbert de Langen
8fef4bb2d8 FIX linting 2017-06-05 00:58:23 +02:00
Norbert de Langen
a593145cd0 FIX a few things 2017-05-23 20:56:54 +02:00
Aaron Mc Adam
bb4a7ac846 chore(jest): update to v20's default configuration file
* we no longer have to pass a `--config` flag to Jest
* renames .jestrc json to jest.config.js
* jest-enzyme now includes snapshot support by default
2017-05-18 17:57:07 +01:00