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

Use jest for unittesting - standardize unit testing epic #904

Merged
merged 60 commits into from
Apr 17, 2017
Merged

Commits on Apr 9, 2017

  1. chore(tests): migrate to Jest

    So far, we've set up the tools and have one failing test inside
    storyshots.
    aaronmcadam committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    9986d94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cde14c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    146f5a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30c9ba8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e53965c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. remove storyshots "test"

    aaronmcadam committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    a2a1817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27a8c68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc9f29b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a1c030 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb65019 View commit details
    Browse the repository at this point in the history
  6. fix(storybook-ui): use Jest matchers, leave Sinon mocks

    The mocks here a bit complicated, so I'm leaving them for later
    aaronmcadam committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    3178d70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bea3ce0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac57c94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ff3b08 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5c2978 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    41badd3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ec6bc5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    56aeb49 View commit details
    Browse the repository at this point in the history
  14. update handle_keyevents

    aaronmcadam committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    94c9035 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c0d4c54 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ab26aed View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    226cba2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9f6d1e7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    751de4c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    86680cb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7fdaf84 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    52a1052 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    26b96ab View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. Merge branch 'master' into am-jest-migration

    # Conflicts:
    #	.eslintrc
    #	.gitignore
    #	package.json
    #	packages/addon-knobs/package.json
    #	packages/addon-knobs/yarn.lock
    #	packages/react-storybook/package.json
    #	packages/storybook-ui/package.json
    #	packages/storybook-ui/src/modules/api/actions/__tests__/api.js
    #	packages/storybook-ui/src/modules/shortcuts/actions/__tests__/shortcuts.js
    #	packages/storybook-ui/src/modules/ui/actions/__tests__/ui.js
    #	packages/storybook-ui/src/modules/ui/configs/__tests__/handle_keyevents.js
    #	packages/storybook-ui/src/modules/ui/configs/__tests__/handle_routing.js
    #	packages/storybook-ui/src/modules/ui/configs/__tests__/init_panels.js
    #	packages/storyshots/package.json
    #	packages/storyshots/stories/__test__/__snapshots__/storyshots.test.js.snap
    ndelangen committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    e2ff8c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95d696e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a738b0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a5d499 View commit details
    Browse the repository at this point in the history
  5. REMOVE bullshit test

    ndelangen committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    da4ed3b View commit details
    Browse the repository at this point in the history
  6. CHANGE addon-knobs to jest

    ndelangen committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    90f464d View commit details
    Browse the repository at this point in the history
  7. CLEANUP testscripts

    ndelangen committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    81286fc View commit details
    Browse the repository at this point in the history
  8. MOVE test

    ndelangen committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    631c38f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2017

  1. Merge branch 'master' into am-jest-migration

    # Conflicts:
    #	packages/react-storybook/package.json
    ndelangen committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    730feb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2017

  1. UPDATE almost everything

    ndelangen committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    2afa604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3556c9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c6f5d4 View commit details
    Browse the repository at this point in the history
  4. FIX test with jest

    ndelangen committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    3a84022 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdab656 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1151cba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d34d718 View commit details
    Browse the repository at this point in the history
  8. ADD testing for examples

    ndelangen committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    5c042e5 View commit details
    Browse the repository at this point in the history
  9. FIX test

    ndelangen committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    a803c85 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e53b87 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f74c2a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    57a43b5 View commit details
    Browse the repository at this point in the history
  13. ADD coverage reporting

    ndelangen committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    78e9e77 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    524e6a9 View commit details
    Browse the repository at this point in the history
  15. FIX travis.yml

    ndelangen committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    52ae939 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    481c4a5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1cbf37b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b4cbbbd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    50c61f1 View commit details
    Browse the repository at this point in the history
  20. FIX wrong yerna package

    ndelangen committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    a2c7a4a View commit details
    Browse the repository at this point in the history
  21. Revert "FIX wrong yerna package"

    This reverts commit a2c7a4a.
    ndelangen committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    783f342 View commit details
    Browse the repository at this point in the history
  22. Revert "CHANGE to use yerna over lerna"

    This reverts commit 1cbf37b.
    ndelangen committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    f87d377 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bfd9d26 View commit details
    Browse the repository at this point in the history