Skip to content

Commit 5b51655

Browse files
committed
Clean up
Signed-off-by: Connor Avery <[email protected]>
1 parent b84987f commit 5b51655

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It is called by an Apigee proxy that is defined at <https://github.com/NHSDigita
2222
- `packages/serviceSearchClient/` Module for connecting to service search.
2323
- `packages/distanceSelling/` Module for using Service Search client and enriching the data being returned.
2424
- `packages/common/utilities` Module containing commonly referenced functions, data types and configuration data.
25-
- `packages/common/tests` Module that contains some test data used for tests in other modules.
25+
- `packages/common/testing` Module that contains some test data used for tests in other modules.
2626
- `postman/` Contains a postman collection for interacting with the API.
2727
- `scripts/` Utilities helpful to developers of this specification.
2828
- `cloudformation/` Contains cloudformation files used to create resources for CI builds and deployments.

package-lock.json

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ sonar.coverage.exclusions=\
77
**/*.test.*, \
88
**/jest.config.ts, \
99
scripts/*, \
10-
packages/common/tests/*, \
10+
packages/common/testing/*, \
1111
eslint.config.mjs, \
1212
**/tests/*, \
1313
release.config.js
1414

1515
sonar.cpd.exclusions=\
1616
**/*.test.*, \
1717
**/jest.config.ts, \
18-
packages/common/tests/*, \
18+
packages/common/testing/*, \
1919
**/tests/*, \
2020
release.config.js, \
2121
packages/getMyPrescriptions/tests/test-handler.test.ts

0 commit comments

Comments
 (0)