From f0c5738204b3ec200ee08b1c97985f08d67c72c8 Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Tue, 24 Feb 2015 15:52:08 +0100 Subject: [PATCH] docs(README): fix unit test task names Closes #769 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e914bceaf8..c2f4f336bf 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ If you don't already have `npm`, get it by installing [node.js](http://nodejs.or ### Unit tests -1. `gulp test.js`: JS tests -2. `gulp test.dart`: Dart tests +1. `gulp test.unit.js`: JS tests +2. `gulp test.unit.dart`: Dart tests Notes for transpiler tests: