Merged PR 2291: reps array refactor and update and tests
reps array refactor and update and tests Related work items: #22873
This commit is contained in:
@@ -9,6 +9,7 @@ const runAzurestorageHelperTests = require("./azurestorage-helper-behaviour.test
|
||||
const runRouteStateHelperTests = require("./route-state-helper.test.cjs");
|
||||
const runBreadcrumbRouteMapsHelperTests = require("./breadcrumb-route-maps-helper.test.cjs");
|
||||
const runBreadcrumbsRouteMapStructureTests = require("./breadcrumbs-route-map-structure.test.cjs");
|
||||
const runRepresentationBuildRepsArrRulesTests = require("./representation-build-reps-arr-rules.test.cjs");
|
||||
|
||||
const run = async () => {
|
||||
await runCoreTokenTests();
|
||||
@@ -22,6 +23,7 @@ const run = async () => {
|
||||
await runRouteStateHelperTests();
|
||||
await runBreadcrumbRouteMapsHelperTests();
|
||||
await runBreadcrumbsRouteMapStructureTests();
|
||||
await runRepresentationBuildRepsArrRulesTests();
|
||||
console.log("Phase 22 combined suite passed.");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user