Skip to content

Commit 0d00dc3

Browse files
committed
Forgot to save
1 parent 668adbb commit 0d00dc3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
Simple component wrapper and utilities for testing React hooks.
44

5-
> _**NOTE**: Hooks are a proposal in the current alpha version of React and are **NOT** recommended to use in production code. This library should be treated as a proof-of-concept **ONLY**._
6-
>
7-
> _Please refer to the [hook FAQ](https://reactjs.org/docs/hooks-faq.html) for more details on React hooks, their release timeframe and adoption strategy._
8-
95
---
106

117
[![Build Status](https://img.shields.io/travis/mpeyper/react-hooks-testing-library.svg?style=flat-square)](https://travis-ci.org/mpeyper/react-hooks-testing-library)
@@ -21,6 +17,10 @@ Simple component wrapper and utilities for testing React hooks.
2117
[![Star on GitHub](https://img.shields.io/github/stars/mpeyper/react-hooks-testing-library.svg?style=social)](https://github.com/mpeyper/react-hooks-testing-library/stargazers)
2218
[![Tweet](https://img.shields.io/twitter/url/https/github.com/mpeyper/react-hooks-testing-library.svg?style=social)](https://twitter.com/intent/tweet?text=Check%20out%20react-hooks-testing-library%20by%20%40mpeyper%20https%3A%2F%2Fgithub.com%2Fmpeyper%2Freact-hooks-testing-library%20%F0%9F%91%8D)
2319

20+
> _**NOTE**: Hooks are a proposal in the current alpha version of React and are **NOT** recommended to use in production code. This library should be treated as a proof-of-concept **ONLY**._
21+
>
22+
> _Please refer to the [hook FAQ](https://reactjs.org/docs/hooks-faq.html) for more details on React hooks, their release timeframe and adoption strategy._
23+
2424
## The problem
2525

2626
You're writing an awesome custom hook and you want to test it, but as soon as you call it you see the following error:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hooks-testing-library",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Simple component wrapper for testing React hooks",
55
"main": "lib/index.js",
66
"author": "Michael Peyper",

0 commit comments

Comments
 (0)