From becdc3206573d979ce95cebf8072b7d02f424110 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 15 Aug 2020 19:21:35 +0300 Subject: [PATCH] cleanup and minor fixes in testing... Signed-off-by: Alex A. Naanou --- package.json | 4 ++-- test.js | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a3758f3..0c55ed7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-object", - "version": "5.2.4", + "version": "5.2.5", "description": "", "main": "object.js", "scripts": { @@ -28,6 +28,6 @@ "devDependencies": { "c8": "^7.3.0", "colors": "^1.4.0", - "ig-test": "^1.2.1" + "ig-test": "^1.2.3" } } diff --git a/test.js b/test.js index c822af7..a893e67 100755 --- a/test.js +++ b/test.js @@ -89,6 +89,8 @@ var instances = function(obj){ //--------------------------------------------------------------------- // Tests... +// +// XXX for some reason this runs more tests than ./test.old.js... var setups = test.Setups({ // basic constructor and inheritance... @@ -407,11 +409,6 @@ var setups = test.Setups({ var modifiers = test.Modifiers({ - // default... - // - 'as-is': function(assert, setup){ - return setup }, - // make gen2-3 constructors... // // NOTE: there is almost no need to test below gen3...