diff --git a/docs/testing.md b/docs/testing.md index 24d63a10..1ac9a7d2 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -34,6 +34,8 @@ To run the test, use the command `npm test`. Ospec considers any Javascript file npm test ``` +--- + ### Running mithril in a non-browser environment Mithril has a few dependencies on globals that exist in all its supported browser environments but are missing in all non-browser environments. To work around this you can use the browser mocks that ship with the mithril npm package.