summaryrefslogtreecommitdiffstats
path: root/lib/models/__tests__
Commit message (Collapse)AuthorAgeFilesLines
* Add method "isFile" and "isReadme" in SummaryArticleSamy Pessé2016-06-291-0/+30
|
* Add method "createChildLevel" to SummaryPartSamy Pessé2016-06-101-0/+23
|
* Add method .createChildLevel for SummaryArticleSamy Pessé2016-06-101-0/+23
|
* Improve output of page to text with frontmatterSamy Pessé2016-06-071-1/+1
|
* Rollback frontmatter parsing to js-yaml to be browserify compatibleSamy Pessé2016-06-071-1/+1
|
* Add method toText to PageSamy Pessé2016-06-071-0/+28
|
* Improve Config.toText to return only the required fieldsSamy Pessé2016-06-071-0/+30
|
* Fixed two issues for handling git URLs for plugins that are published to git ↵Ryan Swanson2016-05-261-15/+33
| | | | | | | | 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-116-23/+31
|
* Fix error when summary contains entry without refSamy Pessé2016-05-101-3/+16
|
* Add test for block replaced with anchorsSamy Pesse2016-05-091-0/+30
|
* Adapt unit tests for blocksSamy Pesse2016-05-091-6/+24
|
* Fix unit test for templateBlock using a removed method "getParse"Samy Pesse2016-05-091-1/+0
|
* Adapt unit tests for new templating post processSamy Pesse2016-05-051-1/+0
|
* Add tests for replaceShortcutsSamy Pesse2016-05-041-1/+31
|
* Adapt Plugin.listAll to use a list of PluginDependencySamy Pesse2016-05-021-2/+2
|
* Add model for plugin dependencies in the book.jsonSamy Pessé2016-05-022-2/+47
|
* Add test for async template blockSamy Pessé2016-05-021-0/+23
|
* Add tests for conrefs loaderSamy Pesse2016-04-301-1/+0
|
* Add tests for templateEngineSamy Pesse2016-04-301-0/+51
|
* lib/models/templateBlock.js: Add test file lib/models/__tests__/templateBlock.jsJohan Preynat2016-04-301-0/+107
|
* Add tests for SummaryModifier.editPartTitleSamy Pessé2016-04-281-1/+0
|
* Add method ".toText" on glossary and summarySamy Pessé2016-04-272-11/+29
|
* Add more tests for summarySamy Pesse2016-04-261-22/+55
|
* Add method to be article by levelSamy Pesse2016-04-231-0/+40
|
* Add base utils for generationSamy Pessé2016-04-222-0/+50
|
* Add test for configSamy Pessé2016-04-221-0/+63
|
* BaseSamy Pessé2016-04-221-0/+29