18 Commits

Author SHA1 Message Date
Tom Coleman
3b1d3533e7 Working on moving most storyshots tests over to official-example 2017-12-21 13:55:15 +11:00
hypnos
1dd0024cb0 Test styles directly instead of using snapshots 2017-11-24 02:54:36 +03:00
Norbert de Langen
2d17ece429
WIP 2017-11-17 10:49:24 +01:00
Daniel Duan
9912964f0e
Merge branch 'release/3.3' into add-support-for-importing-markdown-in-storybook-react 2017-11-13 23:19:24 -05:00
Dan Green
f3d0827695 Add support for markdown to jest, vue, react native, and angular 2017-11-13 23:06:01 -05:00
Norbert de Langen
37d3748d77
CHANGE jest config to exclude the example (failing) jest test for addon-jest 2017-11-14 00:43:56 +01:00
hypnos
cd7236eb0a Remove noise in CI tests 2017-11-11 14:28:47 +03:00
Norbert de Langen
a270216e96 Merge branch 'master' into release/3.3
# Conflicts:
#	CONTRIBUTING.md
#	addons/actions/package.json
#	addons/comments/package.json
#	addons/events/package.json
#	addons/info/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/notes/package.json
#	addons/storyshots/package.json
#	app/react-native/package.json
#	app/react/package.json
#	app/vue/package.json
#	dependencies.yml
#	examples/cra-kitchen-sink/package.json
#	examples/cra-kitchen-sink/src/stories/__snapshots__/index.storyshot
#	examples/crna-kitchen-sink/package.json
#	examples/react-native-vanilla/package.json
#	lib/ui/package.json
#	lib/ui/src/modules/ui/components/stories_panel/stories_tree/index.test.js
#	yarn.lock
2017-09-30 23:19:44 +02:00
Norbert de Langen
02c6198a8b UPGRADE react & friends && UPGRADE other dependencies 2017-09-29 23:36:38 +02:00
hypnos
a743158bf3 Add snapshot testing 2017-09-03 06:46:40 +03:00
Tom Coleman
e27a9c08f1 Remove the test-cra example app.
No longer needed, we can now test `cra-kitchen-sink`
2017-08-22 15:39:46 +10:00
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