summaryrefslogtreecommitdiffstats
path: root/lib/plugins/__tests__
Commit message (Collapse)AuthorAgeFilesLines
* Adapt Plugins.loadForBook to use correct orderSamy Pesse2016-06-103-50/+47
|
* Fix #1377: fix listing of plugins when using gitbook as a librarySamy Pessé2016-06-102-0/+29
|
* Fix listAll to add default plugins after normal onesSamy Pessé2016-06-102-28/+18
|
* Adapt sortPlugins to only sort an ordered map of pluginsSamy Pessé2016-06-101-35/+42
|
* Compare list of plugins sorted to array of names in testsSamy Pessé2016-06-081-41/+31
|
* sortPlugins should not be asyncSamy Pessé2016-06-081-36/+34
|
* Improve testing for sortPluginsSamy Pessé2016-06-081-15/+7
|
* Merge pull request #1336 from GitbookIO/loading/themesJohan Preynat2016-05-281-0/+70
|\ | | | | Load plugins before themes
| * Add test file for sortPlugins()Johan Preynat2016-05-271-0/+70
| |
* | Increase timeout for tests of plugin installationSamy Pessé2016-05-272-0/+4
| |
* | Add tests for installation of all pluginsSamy Pessé2016-05-271-0/+28
| |
* | Add unit tests for installPluginSamy Pessé2016-05-271-0/+27
|/
* Add test for plugin version resolutionSamy Pessé2016-05-271-4/+12
|
* Fixed two issues for handling git URLs for plugins that are published to git ↵Ryan Swanson2016-05-261-0/+14
| | | | | | | | repositories rather than on npmjs.org. Fixed issue in pluginDependency to dereference 'name' and 'version' using Immutable Map.get(...) accessors since config values are now wrapped by Immutable.fromJS(...) in config.js > setValue(...). Added associated unit test. Fixed issue in resolveVersion where a plugin may be using a git URL rather than a semver for the version portion of the plugin config definition. In addition, refactored the resolveVersion function into a new module to allow for unit testing. Added associated unit test.
* Switch tests to mocha while keeping jest structureSamy Pesse2016-05-112-8/+3
|
* Add model for plugin dependencies in the book.jsonSamy Pessé2016-05-021-44/+9
|
* Improve lib/plugins/__tests__/findInstalled.jsJohan Preynat2016-05-021-1/+10
|
* Fix lib/plugins/__tests__/findInstalled.jsJohan Preynat2016-05-021-1/+1
|
* Fix listing of plugins when contains "-"Samy Pesse2016-04-291-0/+17
|
* Extend timeout for testsSamy Pessé2016-04-281-3/+0
|
* Add method ".toText" on glossary and summarySamy Pessé2016-04-271-1/+1
|
* Add mock fs and tests for itSamy Pesse2016-04-261-0/+1
|
* BaseSamy Pessé2016-04-223-0/+93