Skip to content

Commit 05d6205

Browse files
josephracegaearon
authored andcommitted
Update information in User Guide for Enzyme dependency (facebook#1982)
1 parent 8afc25a commit 05d6205

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

template/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ When you encounter bugs caused by changing components, you will gain a deeper in
974974
If you’d like to test components in isolation from the child components they render, we recommend using [`shallow()` rendering API](http://airbnb.io/enzyme/docs/api/shallow.html) from [Enzyme](http://airbnb.io/enzyme/). You can write a smoke test with it too:
975975

976976
```sh
977-
npm install --save-dev enzyme react-addons-test-utils
977+
npm install --save-dev enzyme react-test-renderer
978978
```
979979

980980
```js
@@ -1518,17 +1518,17 @@ When you build the project, Create React App will place the `public` folder cont
15181518
2. Install `serve` by running `npm install --save serve`.
15191519
15201520
3. Add this line to `scripts` in `package.json`:
1521-
1521+
15221522
```
15231523
"now-start": "serve build/",
15241524
```
1525-
1525+
15261526
4. Run `now` from your project directory. You will see a **now.sh** URL in your output like this:
1527-
1527+
15281528
```
15291529
> Ready! https://your-project-dirname-tpspyhtdtk.now.sh (copied to clipboard)
15301530
```
1531-
1531+
15321532
Paste that URL into your browser when the build is complete, and you will see your deployed app.
15331533
15341534
Details are available in [this article.](https://zeit.co/blog/now-static)

0 commit comments

Comments
 (0)