Skip to content

Commit

Permalink
Merge branch 'master' of github.com:franciscop/react-test
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscop committed Aug 23, 2024
2 parents e5bcbab + 2613e2b commit 8bab2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Then install `react-test`. It is only needed for development:
npm install react-test --save-dev
```

Finally you can write tests. Let's say you have [the `<Counter />` component from this example](#counter) and you want to test it to make sure it works as expected:
Finally you can write tests. Let's say you have [the `<Counter />` component from this example](/tree/master/src/examples/Counter) and you want to test it to make sure it works as expected:

```js
// src/Counter.js
Expand Down

0 comments on commit 8bab2fc

Please sign in to comment.