Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: babel-utils/babel-plugin-tester
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eb60549
Choose a base ref
...
head repository: babel-utils/babel-plugin-tester
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 52dfa32
Choose a head ref
  • 6 commits
  • 17 files changed
  • 3 contributors

Commits on May 19, 2017

  1. feat(errors): add errors config (#5)

    jamiebuilds authored and Kent C. Dodds committed May 19, 2017
    Configuration menu
    Copy the full SHA
    c157316 View commit details
    Browse the repository at this point in the history
  2. feat(fixtures): add fixtures directory (#6)

    BREAKING CHANGE: `fixtures` has been repurposed. See the docs.
    Kent C. Dodds committed May 19, 2017
    Configuration menu
    Copy the full SHA
    6e1554d View commit details
    Browse the repository at this point in the history
  3. feat(tests): add only and skip, remove modifier (#7)

    This removes `modifier` in favor of `only` and `skip` which are more
    straightforward. `modifier` was never documented.
    
    BREAKING CHANGE: `modifier` has been removed, use `only` and `skip` instead
    Kent C. Dodds committed May 19, 2017
    Configuration menu
    Copy the full SHA
    ad1d1b1 View commit details
    Browse the repository at this point in the history
  4. refactor: clean up tester a bit

    Kent C. Dodds authored and Kent C. Dodds committed May 19, 2017
    Configuration menu
    Copy the full SHA
    a484362 View commit details
    Browse the repository at this point in the history
  5. chore(filename): add filename tests/examples

    Also cleanup code and fix a bug
    Kent C. Dodds authored and Kent C. Dodds committed May 19, 2017
    Configuration menu
    Copy the full SHA
    51df9c2 View commit details
    Browse the repository at this point in the history
  6. docs: fix some docs due to changes

    Kent C. Dodds authored and Kent C. Dodds committed May 19, 2017
    Configuration menu
    Copy the full SHA
    52dfa32 View commit details
    Browse the repository at this point in the history
Loading