summaryrefslogtreecommitdiffstats
path: root/lib/plugins
diff options
context:
space:
mode:
authorJohan Preynat <johan.preynat@gmail.com>2016-05-02 14:46:52 +0200
committerJohan Preynat <johan.preynat@gmail.com>2016-05-02 14:46:54 +0200
commit59479f10fc5c3aef780d96e1ca39bc83f696d151 (patch)
tree050eb8f9425c6835de3e34f8e1c72af514e493f9 /lib/plugins
parent11e72253d449063668c85ca8498b113b3afa3933 (diff)
downloadgitbook-59479f10fc5c3aef780d96e1ca39bc83f696d151.zip
gitbook-59479f10fc5c3aef780d96e1ca39bc83f696d151.tar.gz
gitbook-59479f10fc5c3aef780d96e1ca39bc83f696d151.tar.bz2
Fix lib/plugins/__tests__/findInstalled.js
Diffstat (limited to 'lib/plugins')
-rw-r--r--lib/plugins/__tests__/findInstalled.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/__tests__/findInstalled.js b/lib/plugins/__tests__/findInstalled.js
index 93912d3..e313c86 100644
--- a/lib/plugins/__tests__/findInstalled.js
+++ b/lib/plugins/__tests__/findInstalled.js
@@ -6,7 +6,7 @@ describe('findInstalled', function() {
pit('must list default plugins for gitbook directory', function() {
return findInstalled(path.resolve(__dirname, '../../../'))
.then(function(plugins) {
- expect(plugins.size > 7).toBeTruthy();
+ expect(plugins.size > 6).toBeTruthy();
expect(plugins.has('fontsettings')).toBe(true);
expect(plugins.has('search')).toBe(true);