summaryrefslogtreecommitdiff
path: root/test/wikipedia
Commit message (Collapse)AuthorAge
* Fix buildPhilip Chimento2013-11-04
| | | | | | ArticleModel now has an extra required construct parameter: "source". [endlessm/eos-sdk#388]
* Fix search paths so tests run uninstalledPhilip Chimento2013-10-25
| | | | | The current GJS search paths were inadvertently running the tests from the installed JS modules, so that was causing Jenkins to fail.
* wiki: Add tests for refactored modelsPhilip Chimento2013-10-23
For good code hygiene, add tests for the models. After the refactoring, they are less linked together, so easier to test. [endlessm/eos-sdk#367]