Skip to content

Commit 70cddf8

Browse files
Fix: [AEA-5327] - new tabsets (#1607)
## Summary https://nhsd-jira.digital.nhs.uk/browse/AEA-5327 Adding the NCRS tabs to the prescription search page - Routine Change
1 parent 2088624 commit 70cddf8

39 files changed

+2556
-40
lines changed

.github/workflows/run_regression_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
GITHUB-TOKEN: ${{ steps.generate-token.outputs.token }}
7474
run: |
7575
if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
76-
REGRESSION_TEST_REPO_TAG="v3.6.1" # This is the tag or branch of the regression test code to run, usually a version tag like v3.1.0 or a branch name
77-
REGRESSION_TEST_WORKFLOW_TAG="v3.5.10" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
76+
REGRESSION_TEST_REPO_TAG="v3.7.6" # This is the tag or branch of the regression test code to run, usually a version tag like v3.1.0 or a branch name
77+
REGRESSION_TEST_WORKFLOW_TAG="v3.7.6" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
7878
7979
if [[ -z "$REGRESSION_TEST_REPO_TAG" || -z "$REGRESSION_TEST_WORKFLOW_TAG" ]]; then
8080
echo "Error: One or both tag variables are not set" >&2

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nodejs 24.11.1
1+
nodejs 22.12.0
22
python 3.12.7
33
poetry 1.8.3
44
shellcheck 0.10.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/CIS2SignOutLambda/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import defaultConfig from "../../jest.default.config.ts"
1+
import defaultConfig from "../../jest.default.config"
22
import type {JestConfigWithTsJest} from "ts-jest"
33

44
const jestConfig: JestConfigWithTsJest = {

packages/cdk/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type {JestConfigWithTsJest} from "ts-jest"
2-
import defaultConfig from "../../jest.default.config.ts"
2+
import defaultConfig from "../../jest.default.config"
33

44
const jestConfig: JestConfigWithTsJest = {
55
...defaultConfig,

packages/cloudfrontFunctions/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type {JestConfigWithTsJest} from "ts-jest"
2-
import defaultConfig from "../../jest.default.config.ts"
2+
import defaultConfig from "../../jest.default.config"
33

44
const jestConfig: JestConfigWithTsJest = {
55
...defaultConfig,

packages/cognito/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import defaultConfig from "../../jest.default.config.ts"
1+
import defaultConfig from "../../jest.default.config"
22
import type {JestConfigWithTsJest} from "ts-jest"
33

44
const jestConfig: JestConfigWithTsJest = {

packages/common/authFunctions/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import defaultConfig from "../../../jest.default.config.ts"
1+
import defaultConfig from "../../../jest.default.config"
22
import type {JestConfigWithTsJest} from "ts-jest"
33

44
const jestConfig: JestConfigWithTsJest = {

packages/common/doHSClient/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import defaultConfig from "../../../jest.default.config.ts"
1+
import defaultConfig from "../../../jest.default.config"
22
import type {JestConfigWithTsJest} from "ts-jest"
33

44
const jestConfig: JestConfigWithTsJest = {

packages/common/dynamoFunctions/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import defaultConfig from "../../../jest.default.config.ts"
1+
import defaultConfig from "../../../jest.default.config"
22
import type {JestConfigWithTsJest} from "ts-jest"
33

44
const jestConfig: JestConfigWithTsJest = {

0 commit comments

Comments
 (0)