mirror of
https://github.com/flynx/object.js.git
synced 2025-10-30 11:00:08 +00:00
cleanup and minor fixes in testing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
624df5ca06
commit
becdc32065
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-object",
|
"name": "ig-object",
|
||||||
"version": "5.2.4",
|
"version": "5.2.5",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "object.js",
|
"main": "object.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -28,6 +28,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "^7.3.0",
|
"c8": "^7.3.0",
|
||||||
"colors": "^1.4.0",
|
"colors": "^1.4.0",
|
||||||
"ig-test": "^1.2.1"
|
"ig-test": "^1.2.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
7
test.js
7
test.js
@ -89,6 +89,8 @@ var instances = function(obj){
|
|||||||
|
|
||||||
//---------------------------------------------------------------------
|
//---------------------------------------------------------------------
|
||||||
// Tests...
|
// Tests...
|
||||||
|
//
|
||||||
|
// XXX for some reason this runs more tests than ./test.old.js...
|
||||||
|
|
||||||
var setups = test.Setups({
|
var setups = test.Setups({
|
||||||
// basic constructor and inheritance...
|
// basic constructor and inheritance...
|
||||||
@ -407,11 +409,6 @@ var setups = test.Setups({
|
|||||||
|
|
||||||
|
|
||||||
var modifiers = test.Modifiers({
|
var modifiers = test.Modifiers({
|
||||||
// default...
|
|
||||||
//
|
|
||||||
'as-is': function(assert, setup){
|
|
||||||
return setup },
|
|
||||||
|
|
||||||
// make gen2-3 constructors...
|
// make gen2-3 constructors...
|
||||||
//
|
//
|
||||||
// NOTE: there is almost no need to test below gen3...
|
// NOTE: there is almost no need to test below gen3...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user