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

Magic assert #1154

Merged
merged 39 commits into from
Feb 2, 2017
Merged

Magic assert #1154

merged 39 commits into from
Feb 2, 2017

Commits on Jan 29, 2017

  1. magic assert

    vdemedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    e60f1cd View commit details
    Browse the repository at this point in the history
  2. fix stack paths with beginning spaces

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    e9bcbbd View commit details
    Browse the repository at this point in the history
  3. rename t.jsxNotEqual to t.notJsxEqual

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    27f40e5 View commit details
    Browse the repository at this point in the history
  4. make snapshots compatible with magic assert output

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    6d89985 View commit details
    Browse the repository at this point in the history
  5. fix t.snapshot stackStartFunction

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    29f3865 View commit details
    Browse the repository at this point in the history
  6. fix stack parsing when serializing error

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    b4e9254 View commit details
    Browse the repository at this point in the history
  7. add minor comments

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    a9c1d9e View commit details
    Browse the repository at this point in the history
  8. fix stackStartFunction for t.notJsxEqual

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    406daef View commit details
    Browse the repository at this point in the history
  9. remove auto-generated diff from t.snapshot error message

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    2187982 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1a6e33e View commit details
    Browse the repository at this point in the history
  11. display error message

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    7b2dd8b View commit details
    Browse the repository at this point in the history
  12. fix full-width line test in verbose reporter

    For some reason, process.stdout.columns isn't undefined anymore
    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    fecc9de View commit details
    Browse the repository at this point in the history
  13. make error stack grey in verbose reporter

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    0214d66 View commit details
    Browse the repository at this point in the history
  14. unify output

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    018802e View commit details
    Browse the repository at this point in the history
  15. remove moot test

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    dbdf8b5 View commit details
    Browse the repository at this point in the history
  16. check if snapshot exists before trying to parse it

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    7804a8d View commit details
    Browse the repository at this point in the history
  17. update jsx support

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    13279e9 View commit details
    Browse the repository at this point in the history
  18. show error stack if present

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    8b7b3d2 View commit details
    Browse the repository at this point in the history
  19. add "threw non-error" note to uncaught errors

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    26d5db2 View commit details
    Browse the repository at this point in the history
  20. remove empty space if error message is empty

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    7062599 View commit details
    Browse the repository at this point in the history
  21. fix path parsing for code excerpts

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    ddeaf8c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6320ddc View commit details
    Browse the repository at this point in the history
  23. cleanup

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    1b8fcfe View commit details
    Browse the repository at this point in the history
  24. change splice to slice

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    4379e3a View commit details
    Browse the repository at this point in the history
  25. remove notes

    Vadim Demedes committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    7a53696 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. remove t.jsxEqual

    Vadim Demedes committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    e06d8f3 View commit details
    Browse the repository at this point in the history
  2. fix power-assert patterns

    Vadim Demedes committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    96caf61 View commit details
    Browse the repository at this point in the history
  3. use babel-preset-transform-test-files fork

    Vadim Demedes committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    be3c42d View commit details
    Browse the repository at this point in the history
  4. handle jsx differently in t.snapshot

    Vadim Demedes committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    9a27d34 View commit details
    Browse the repository at this point in the history
  5. explain jest-snapshot double json encoding

    Vadim Demedes committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    2fa8da9 View commit details
    Browse the repository at this point in the history
  6. adjust code excerpt line trimming

    Vadim Demedes committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    9e9642f View commit details
    Browse the repository at this point in the history
  7. remove react element rendering

    Vadim Demedes committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    2508272 View commit details
    Browse the repository at this point in the history
  8. use babel-preset-transform-test-files@2

    Vadim Demedes committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    efe21ac View commit details
    Browse the repository at this point in the history
  9. use @ava/pretty-format

    Vadim Demedes committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    62a25a7 View commit details
    Browse the repository at this point in the history
  10. cleanup

    Vadim Demedes committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    286d620 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. remove previous pretty-format

    Vadim Demedes committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    cf6ee8e View commit details
    Browse the repository at this point in the history
  2. change custom jsx key in snapshots

    Vadim Demedes committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    b139bc6 View commit details
    Browse the repository at this point in the history
  3. disable assertion output for t.throws

    Vadim Demedes committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    9ea5af4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. skip code excerpt when its broken

    Vadim Demedes committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    443888f View commit details
    Browse the repository at this point in the history