mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Removing extra space in docs to improve readability in Writing Packages section
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user