From 1bd68b3630567a821153bd901925894b0237ba76 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum <nweiz@google.com> Date: Tue, 13 Oct 2015 13:10:27 -0700 Subject: [PATCH] Add another link to the API docs to the README. Closes #343 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1394103004 . --- README.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c598b884..091b0107 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 diff --git a/pubspec.yaml b/pubspec.yaml index 61854b55..a342a456 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 -- GitLab