Skip to content

Commit

Permalink
Add another link to the API docs to the README.
Browse files Browse the repository at this point in the history
Closes #343

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1394103004 .
  • Loading branch information
nex3 committed Oct 13, 2015
1 parent 4b263d7 commit 1bd68b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
version: 0.12.5
version: 0.12.6-dev
author: Dart Team <misc@dartlang.org>
description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/test
Expand Down

0 comments on commit 1bd68b3

Please sign in to comment.