Commit f2c2be74 authored by Arthur Verschaeve's avatar Arthur Verschaeve

Remove strange indentation in `tests/README.md`

parent 41c49315
...@@ -43,14 +43,14 @@ N.B. Remember the extra -- to separate the script arguments from the npm argumen ...@@ -43,14 +43,14 @@ N.B. Remember the extra -- to separate the script arguments from the npm argumen
In order to run a specific test, use the mocha 'grep' function. For example: In order to run a specific test, use the mocha 'grep' function. For example:
``` ```
$ npm run test -- --framework=jquery --grep 'should trim entered text' $ npm run test -- --framework=jquery --grep 'should trim entered text'
TodoMVC - jquery TodoMVC - jquery
Editing Editing
✓ should trim entered text (1115ms) ✓ should trim entered text (1115ms)
1 passing (3s) 1 passing (3s)
``` ```
### Specifying the browser ### Specifying the browser
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment