From 0680f558934c099ff902fd3a4c714a14042d282f Mon Sep 17 00:00:00 2001 From: Denis Sikuler Date: Tue, 21 Apr 2020 04:16:03 +0300 Subject: [PATCH] Replace mocha by ospec in testing page (#2585) --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index f074478f..a09d51ed 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -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 {