cleanup..

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-10-20 03:28:22 +03:00
parent 5b96d46398
commit 17de67ba26

11
test.js
View File

@ -375,19 +375,8 @@ object.Constructor('TestSet', {
Case: null,
cases: null,
// merge one or more test sets as cases...
//
// .merge({ <name>: <test-set>, .. })
// -> this
//
// XXX do we need this as a proxy to .Cases???
merge: function(){
this.cases(...arguments)
return this },
__assert__: Assert,
// XXX run the local tests...
// XXX need to be able to use external assert...
// - from context...
// - from arg...