From 17de67ba262dff13edb44a1fb3057bea44c0c3eb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 20 Oct 2020 03:28:22 +0300 Subject: [PATCH] cleanup.. Signed-off-by: Alex A. Naanou --- test.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/test.js b/test.js index c2b76af..4f5426c 100644 --- a/test.js +++ b/test.js @@ -375,19 +375,8 @@ object.Constructor('TestSet', { Case: null, cases: null, - // merge one or more test sets as cases... - // - // .merge({ : , .. }) - // -> 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...