mirror of
https://github.com/flynx/test.js.git
synced 2025-10-28 10:20:09 +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...
|
||||
// NOTE: we need at least one modifier and at least one test for the
|
||||
// system to run....
|
||||
.add({ '-': function(_, s){ return s })
|
||||
.add({ '-': function(_, s){ return s }})
|
||||
|
||||
|
||||
var Tests =
|
||||
@ -258,7 +258,7 @@ object.Constructor('Tests', Merged, {})
|
||||
// default blank pass-through...
|
||||
// NOTE: we need at least one modifier and at least one test for the
|
||||
// system to run....
|
||||
.add({ '-': function(_, s){ return s })
|
||||
.add({ '-': function(_, s){ return s }})
|
||||
|
||||
|
||||
var Cases =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user