Replace mocha by ospec in testing page (#2585)

This commit is contained in:
Denis Sikuler 2020-04-21 04:16:03 +03:00 committed by GitHub
parent 11e8e861fc
commit 0680f55893
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ npm install --save-dev ospec mithril-query jsdom
And getting them set up is also relatively easy and requires a few short steps:
1. Add a `"test": "mocha"` to your npm scripts in your `package.json` file. This will end up looking something like this, maybe with a few extra fields relevant to your project:
1. Add a `"test": "ospec"` to your npm scripts in your `package.json` file. This will end up looking something like this, maybe with a few extra fields relevant to your project:
```json
{