[ospec:docs] test suites can now be named [skip ci]
This commit is contained in:
parent
34c3430420
commit
d65fd020cd
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ o.run()
|
||||||
The `o.new()` method can be used to create new instances of ospec, which can be run in parallel. Note that each instance will report independently, and there's no aggregation of results.
|
The `o.new()` method can be used to create new instances of ospec, which can be run in parallel. Note that each instance will report independently, and there's no aggregation of results.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
var _o = o.new()
|
var _o = o.new('optional name')
|
||||||
_o("a test", function() {
|
_o("a test", function() {
|
||||||
_o(1).equals(1)
|
_o(1).equals(1)
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue