aotrautils-srv 0.0.527 → 0.0.529
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (05/07/2023-12:
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (05/07/2023-12:18:49)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -456,7 +456,7 @@ window.aotestMethods.getScenariiInTest=function(test){
|
|
|
456
456
|
return results;
|
|
457
457
|
};
|
|
458
458
|
|
|
459
|
-
window.aotestMethods.
|
|
459
|
+
window.aotestMethods.iterateOverScenarii=function(allTests, doOnIteration, testsType=null, filter=null){
|
|
460
460
|
|
|
461
461
|
if(testsType){
|
|
462
462
|
|
|
@@ -468,7 +468,7 @@ window.aotestMethods.iterateInScenarii=function(allTests, doOnIteration, testsTy
|
|
|
468
468
|
|
|
469
469
|
doOnIteration(scenario);
|
|
470
470
|
|
|
471
|
-
},(scenario, scenarioName)=>
|
|
471
|
+
},(scenario, scenarioName)=>filter && filter(scenario));
|
|
472
472
|
});
|
|
473
473
|
});
|
|
474
474
|
}else{
|
|
@@ -483,7 +483,7 @@ window.aotestMethods.iterateInScenarii=function(allTests, doOnIteration, testsTy
|
|
|
483
483
|
|
|
484
484
|
doOnIteration(scenario);
|
|
485
485
|
|
|
486
|
-
},(scenario, scenarioName)=>
|
|
486
|
+
},(scenario, scenarioName)=>filter && filter(scenario));
|
|
487
487
|
});
|
|
488
488
|
});
|
|
489
489
|
|
|
@@ -4919,7 +4919,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
4919
4919
|
|
|
4920
4920
|
|
|
4921
4921
|
|
|
4922
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (05/07/2023-12:
|
|
4922
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (05/07/2023-12:18:49)»*/
|
|
4923
4923
|
/*-----------------------------------------------------------------------------*/
|
|
4924
4924
|
|
|
4925
4925
|
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.529",
|
|
4
4
|
"main": "aotrautils-srv.build.js",
|
|
5
5
|
"description": "A library for vanilla javascript utils (server-side) used in aotra javascript CMS",
|
|
6
6
|
"author": "Jeremie Ratomposon <info@alqemia.com> (https://alqemia.com)",
|