mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
tweaking tests....
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
aca1d4ceb7
commit
a9ca990fc6
2
test.js
2
test.js
@ -183,6 +183,7 @@ var cases = test.Cases({
|
||||
.filter(function(e){ return false }),
|
||||
} },
|
||||
|
||||
/* XXX need tuning...
|
||||
concat_basic: function(assert, {input, output}){
|
||||
return {
|
||||
input: [input].flat()
|
||||
@ -197,6 +198,7 @@ var cases = test.Cases({
|
||||
output: output
|
||||
.concat(['a', ['b'], 'c']),
|
||||
} },
|
||||
//*/
|
||||
|
||||
})
|
||||
this.Test({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user