Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test renderer options #1085

Closed
wants to merge 17 commits into from
Closed

Test renderer options #1085

wants to merge 17 commits into from

Commits on May 18, 2017

  1. Allow passing options to react-test-renderer .create() method

    jrdrg authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    af02d80 View commit details
    Browse the repository at this point in the history
  2. fix lint errors

    jrdrg authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    3d4d07c View commit details
    Browse the repository at this point in the history
  3. add test script back

    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    f814ccc View commit details
    Browse the repository at this point in the history
  4. Update .jestrc to avoid problem with multiple storybook-addons instances

    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    eec3a52 View commit details
    Browse the repository at this point in the history
  5. Updated to check for 'storybook' when determining whether to run stor…

    …yshots
    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    21bdb85 View commit details
    Browse the repository at this point in the history
  6. add react-test-renderer as dev dependency

    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    20ca07c View commit details
    Browse the repository at this point in the history
  7. resolve configPath from test dir

    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    f1b1c31 View commit details
    Browse the repository at this point in the history
  8. Add .jestrc to storyshots dir so that test-examples script passes

    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    22ab2f3 View commit details
    Browse the repository at this point in the history
  9. fixed error in storyshots .jestrc

    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    8438988 View commit details
    Browse the repository at this point in the history
  10. Extract storyshots package dependency check into a separate function

    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    f2fdbc7 View commit details
    Browse the repository at this point in the history
  11. fix incorrect paths in .jestrc moduleNameMapper

    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    aff25fa View commit details
    Browse the repository at this point in the history
  12. remove storyshots/.jestrc

    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    431b6c3 View commit details
    Browse the repository at this point in the history
  13. update snapshot

    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    01f480a View commit details
    Browse the repository at this point in the history
  14. fix lint errors

    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    bd7b71f View commit details
    Browse the repository at this point in the history
  15. move files to new path

    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    7156191 View commit details
    Browse the repository at this point in the history
  16. update snapshots

    John Rodriguez authored and John Rodriguez committed May 18, 2017
    Configuration menu
    Copy the full SHA
    136d62d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. Merge branch 'master' into test-renderer-options

    # Conflicts:
    #	.jestrc.json
    #	addons/storyshots/src/index.js
    ndelangen committed May 21, 2017
    Configuration menu
    Copy the full SHA
    211cad0 View commit details
    Browse the repository at this point in the history