mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Updated readme about running or creating new test cases
This commit is contained in:
parent
d16e675ae8
commit
ee929c4fe5
11
README.md
11
README.md
|
@ -191,6 +191,17 @@ In most cases, Showdown's output is identical to that of Perl Markdown v1.0.2b7.
|
|||
Showdown won't. But still, don't do that.
|
||||
|
||||
|
||||
Tests
|
||||
---------------------------
|
||||
A suite of tests is available which require node.js. Once node is installed, run the following command from the project root to install the development dependencies:
|
||||
|
||||
npm install --dev
|
||||
|
||||
Once installed the tests can be run from the project root using:
|
||||
|
||||
mocha test/run.js
|
||||
|
||||
|
||||
Credits
|
||||
---------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user