From 39c08f967a864c08c0a52d0bb14a728173102977 Mon Sep 17 00:00:00 2001 From: akessner Date: Sun, 15 Mar 2020 22:33:49 +0200 Subject: [PATCH] change link to go to ospec instead of mocha (#2576) * change link to go to ospec instead of mocha Updated link regarding [issue 2575](https://github.com/MithrilJS/mithril.js/issues/2575) * Update docs/testing.md Co-authored-by: Isiah Meadows --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 3f0f1152..f074478f 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -8,7 +8,7 @@ ### Setup -Testing Mithril applications is relatively easy. The easiest way to get started is with [ospec](https://mochajs.org/), [mithril-query](https://github.com/MithrilJS/mithril-query), and JSDOM. Installing those is pretty easy: open up a terminal and run this command. +Testing Mithril applications is relatively easy. The easiest way to get started is with [ospec](https://github.com/MithrilJS/ospec), [mithril-query](https://github.com/MithrilJS/mithril-query), and JSDOM. Installing those is pretty easy: open up a terminal and run this command. ```bash npm install --save-dev ospec mithril-query jsdom