diff options
author | Hur jung ju <tinydew4@users.noreply.github.com> | 2016-10-20 00:56:03 +0900 |
---|---|---|
committer | Nicolas Gaborit <soreine.plume@gmail.com> | 2016-10-19 17:56:03 +0200 |
commit | b564ef658001f3f7ceb59bbe01a4c99d4ab79509 (patch) | |
tree | 1ed4be352802221015a9a4d9d60df88dc08eb8c2 /docs/plugins/testing.md | |
parent | d6de8f4173ca75b343882735544eb826c671289f (diff) | |
download | gitbook-b564ef658001f3f7ceb59bbe01a4c99d4ab79509.zip gitbook-b564ef658001f3f7ceb59bbe01a4c99d4ab79509.tar.gz gitbook-b564ef658001f3f7ceb59bbe01a4c99d4ab79509.tar.bz2 |
Add 'emphasis' in 'SUMMARY.md' and trimming (#1566)
Diffstat (limited to 'docs/plugins/testing.md')
-rw-r--r-- | docs/plugins/testing.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/plugins/testing.md b/docs/plugins/testing.md index c832f11..4cd2c69 100644 --- a/docs/plugins/testing.md +++ b/docs/plugins/testing.md @@ -19,4 +19,3 @@ $ npm link gitbook-plugin-<plugin's name> ### Unit testing on Travis [gitbook-tester](https://github.com/todvora/gitbook-tester) makes it easy to write **Node.js/Mocha** unit tests for your plugins. Using [Travis.org](https://travis.org), tests can be run on each commits/tags. - |