test(phase22): add auth redirect safety and i18n route parity checks
This commit is contained in:
@@ -3,6 +3,8 @@ const runClientUtilsTests = require("./client-utils-behaviour.test.cjs");
|
||||
const runFileClientTests = require("./file-client-behaviour.test.cjs");
|
||||
const runCaseServiceTests = require("./case-service-behaviour.test.cjs");
|
||||
const runPortalServiceTests = require("./portal-service-behaviour.test.cjs");
|
||||
const runAuthRedirectSafetyTests = require("./auth-redirect-safety.test.cjs");
|
||||
const runI18nRouteParityTests = require("./i18n-route-parity.test.cjs");
|
||||
|
||||
const run = async () => {
|
||||
await runCoreTokenTests();
|
||||
@@ -10,6 +12,8 @@ const run = async () => {
|
||||
await runFileClientTests();
|
||||
await runCaseServiceTests();
|
||||
await runPortalServiceTests();
|
||||
await runAuthRedirectSafetyTests();
|
||||
await runI18nRouteParityTests();
|
||||
console.log("Phase 22 combined suite passed.");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user