Skip to content

Commit

Permalink
change link to go to ospec instead of mocha (MithrilJS#2576)
Browse files Browse the repository at this point in the history
* change link to go to ospec instead of mocha

Updated link regarding [issue 2575](MithrilJS#2575)

* Update docs/testing.md

Co-authored-by: Isiah Meadows <[email protected]>
  • Loading branch information
akessner and dead-claudia authored Mar 15, 2020
1 parent d555498 commit 39c08f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39c08f9

Please sign in to comment.