| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index c598b8843f525f5c967dac96c5b397a15afe705e..091b0107311fd2c00a8dcc9bedc89f184216bc6f 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -493,3 +493,10 @@ $ pub run test:test --pub-serve=8081 -p chrome
|
| "pub serve" is compiling test/utils_test.dart...
|
| 00:00 +42: All tests passed!
|
| ```
|
| +
|
| +## Further Reading
|
| +
|
| +Check out the [API docs][api] for detailed information about all the functions
|
| +available to tests.
|
| +
|
| +[api]: http://www.dartdocs.org/documentation/test/latest/index.html
|
|
|