From d76e002f299fa3fac0072a5511620b2071d6183f Mon Sep 17 00:00:00 2001 From: Anubhav Jain Date: Tue, 18 Aug 2015 14:12:17 -0700 Subject: [PATCH] Removing extra space in docs to improve readability in `Writing Packages` section --- docs/client/full-api/concepts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/client/full-api/concepts.html b/docs/client/full-api/concepts.html index 6fbccb15e8..d4b50eb149 100644 --- a/docs/client/full-api/concepts.html +++ b/docs/client/full-api/concepts.html @@ -977,8 +977,8 @@ This will add your package to your app as a local package. You can then test and run your app as usual. Meteor will detect and respond to changes to your local package, just as it does to your app files. -* Unit tests are run with the command [`meteor test-packages -package-name`](#meteortestpackages). As described in the [`package.js`](#packagejs) +* Unit tests are run with the command [`meteor test-packages package-name`](#meteortestpackages). +As described in the [`package.js`](#packagejs) section, you can use the `package.js` file to specify where your unit tests are located. If you have a repository that contains only the package source, you can test your package by specifying the path to the package directory (which must