mirror of
https://github.com/flynx/test.js.git
synced 2025-10-29 10:50:07 +00:00
typo fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
be414ff772
commit
9b48c797c9
4
test.js
4
test.js
@ -248,7 +248,7 @@ object.Constructor('Modifiers', Merged, {})
|
|||||||
// default blank pass-through...
|
// default blank pass-through...
|
||||||
// NOTE: we need at least one modifier and at least one test for the
|
// NOTE: we need at least one modifier and at least one test for the
|
||||||
// system to run....
|
// system to run....
|
||||||
.add({ '-': function(_, s){ return s })
|
.add({ '-': function(_, s){ return s }})
|
||||||
|
|
||||||
|
|
||||||
var Tests =
|
var Tests =
|
||||||
@ -258,7 +258,7 @@ object.Constructor('Tests', Merged, {})
|
|||||||
// default blank pass-through...
|
// default blank pass-through...
|
||||||
// NOTE: we need at least one modifier and at least one test for the
|
// NOTE: we need at least one modifier and at least one test for the
|
||||||
// system to run....
|
// system to run....
|
||||||
.add({ '-': function(_, s){ return s })
|
.add({ '-': function(_, s){ return s }})
|
||||||
|
|
||||||
|
|
||||||
var Cases =
|
var Cases =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user