Replace mocha by ospec in testing page (#2585)
This commit is contained in:
parent
11e8e861fc
commit
0680f55893
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue