Skip to content

Commit

Permalink
fix: avoid returning values in describe blocks (#38)
Browse files Browse the repository at this point in the history
* Remove return values from describe blocks

* Update contributors
  • Loading branch information
rubennorte authored and Kent C. Dodds committed Mar 14, 2019
1 parent a174a76 commit f3d7b5b
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 65 deletions.
10 changes: 10 additions & 0 deletions .all-contributorsrc
Expand Up @@ -59,6 +59,16 @@
"contributions": [
"code"
]
},
{
"login": "rubennorte",
"name": "RubΓ©n Norte",
"avatar_url": "https://avatars3.githubusercontent.com/u/117921?v=4",
"profile": "https://github.com/rubennorte",
"contributions": [
"code",
"test"
]
}
],
"repoType": "github"
Expand Down
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -9,7 +9,7 @@ Utilities for testing babel plugins
[![downloads][downloads-badge]][npm-stat]
[![MIT License][license-badge]][license]

[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors)
[![PRs Welcome][prs-badge]][prs]
[![Donate][donate-badge]][donate]
[![Code of Conduct][coc-badge]][coc]
Expand Down Expand Up @@ -49,7 +49,6 @@ work with `mocha` and `jasmine`.

<!-- END doctoc generated TOC please keep comment here to allow auto update -->


## Installation

This module is distributed via [npm][npm] which is bundled with [node][node] and
Expand Down Expand Up @@ -464,8 +463,8 @@ Thanks goes to these people ([emoji key][emojis]):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
| [<img src="https://avatars.githubusercontent.com/u/1500684?v=3" width="100px;"/><br /><sub><b>Kent C. Dodds</b></sub>](https://kentcdodds.com)<br />[πŸ’»](https://github.com/babel-utils/babel-plugin-tester/commits?author=kentcdodds "Code") [πŸ“–](https://github.com/babel-utils/babel-plugin-tester/commits?author=kentcdodds "Documentation") [πŸš‡](#infra-kentcdodds "Infrastructure (Hosting, Build-Tools, etc)") [⚠️](https://github.com/babel-utils/babel-plugin-tester/commits?author=kentcdodds "Tests") | [<img src="https://avatars3.githubusercontent.com/u/952783?v=3" width="100px;"/><br /><sub><b>james kyle</b></sub>](http://thejameskyle.com/)<br />[πŸ’»](https://github.com/babel-utils/babel-plugin-tester/commits?author=thejameskyle "Code") [πŸ“–](https://github.com/babel-utils/babel-plugin-tester/commits?author=thejameskyle "Documentation") [πŸ‘€](#review-thejameskyle "Reviewed Pull Requests") [⚠️](https://github.com/babel-utils/babel-plugin-tester/commits?author=thejameskyle "Tests") | [<img src="https://avatars1.githubusercontent.com/u/1894628?v=3" width="100px;"/><br /><sub><b>Brad Bohen</b></sub>](https://github.com/bbohen)<br />[πŸ›](https://github.com/babel-utils/babel-plugin-tester/issues?q=author%3Abbohen "Bug reports") | [<img src="https://avatars0.githubusercontent.com/u/1295580?v=3" width="100px;"/><br /><sub><b>Kyle Welch</b></sub>](http://www.krwelch.com)<br />[πŸ’»](https://github.com/babel-utils/babel-plugin-tester/commits?author=kwelch "Code") [πŸ“–](https://github.com/babel-utils/babel-plugin-tester/commits?author=kwelch "Documentation") [⚠️](https://github.com/babel-utils/babel-plugin-tester/commits?author=kwelch "Tests") | [<img src="https://avatars3.githubusercontent.com/u/6680299?v=4" width="100px;"/><br /><sub><b>kontrollanten</b></sub>](https://github.com/kontrollanten)<br />[πŸ’»](https://github.com/babel-utils/babel-plugin-tester/commits?author=kontrollanten "Code") |
| :---: | :---: | :---: | :---: | :---: |
| [<img src="https://avatars.githubusercontent.com/u/1500684?v=3" width="100px;" alt="Kent C. Dodds"/><br /><sub><b>Kent C. Dodds</b></sub>](https://kentcdodds.com)<br />[πŸ’»](https://github.com/babel-utils/babel-plugin-tester/commits?author=kentcdodds "Code") [πŸ“–](https://github.com/babel-utils/babel-plugin-tester/commits?author=kentcdodds "Documentation") [πŸš‡](#infra-kentcdodds "Infrastructure (Hosting, Build-Tools, etc)") [⚠️](https://github.com/babel-utils/babel-plugin-tester/commits?author=kentcdodds "Tests") | [<img src="https://avatars3.githubusercontent.com/u/952783?v=3" width="100px;" alt="james kyle"/><br /><sub><b>james kyle</b></sub>](http://thejameskyle.com/)<br />[πŸ’»](https://github.com/babel-utils/babel-plugin-tester/commits?author=thejameskyle "Code") [πŸ“–](https://github.com/babel-utils/babel-plugin-tester/commits?author=thejameskyle "Documentation") [πŸ‘€](#review-thejameskyle "Reviewed Pull Requests") [⚠️](https://github.com/babel-utils/babel-plugin-tester/commits?author=thejameskyle "Tests") | [<img src="https://avatars1.githubusercontent.com/u/1894628?v=3" width="100px;" alt="Brad Bohen"/><br /><sub><b>Brad Bohen</b></sub>](https://github.com/bbohen)<br />[πŸ›](https://github.com/babel-utils/babel-plugin-tester/issues?q=author%3Abbohen "Bug reports") | [<img src="https://avatars0.githubusercontent.com/u/1295580?v=3" width="100px;" alt="Kyle Welch"/><br /><sub><b>Kyle Welch</b></sub>](http://www.krwelch.com)<br />[πŸ’»](https://github.com/babel-utils/babel-plugin-tester/commits?author=kwelch "Code") [πŸ“–](https://github.com/babel-utils/babel-plugin-tester/commits?author=kwelch "Documentation") [⚠️](https://github.com/babel-utils/babel-plugin-tester/commits?author=kwelch "Tests") | [<img src="https://avatars3.githubusercontent.com/u/6680299?v=4" width="100px;" alt="kontrollanten"/><br /><sub><b>kontrollanten</b></sub>](https://github.com/kontrollanten)<br />[πŸ’»](https://github.com/babel-utils/babel-plugin-tester/commits?author=kontrollanten "Code") | [<img src="https://avatars3.githubusercontent.com/u/117921?v=4" width="100px;" alt="RubΓ©n Norte"/><br /><sub><b>RubΓ©n Norte</b></sub>](https://github.com/rubennorte)<br />[πŸ’»](https://github.com/babel-utils/babel-plugin-tester/commits?author=rubennorte "Code") [⚠️](https://github.com/babel-utils/babel-plugin-tester/commits?author=rubennorte "Tests") |
| :---: | :---: | :---: | :---: | :---: | :---: |

<!-- ALL-CONTRIBUTORS-LIST:END -->

Expand Down

0 comments on commit f3d7b5b

Please sign in to comment.