cleanup and minor fixes in testing...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-08-15 19:21:35 +03:00
parent 624df5ca06
commit becdc32065
2 changed files with 4 additions and 7 deletions

View File

@ -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"
}
}

View File

@ -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...