Skip to content

Commit 241808b

Browse files
get dummy test to pass
1 parent b709f6a commit 241808b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ New developers of the NHS Notify Supplier API should understand the below.
7575

7676
#### Prerequisites and Configuration
7777

78+
- add this line to your `.npmrc` file `//npm.pkg.github.com/:_authToken=<githubSshToken>` (make sure to replace the `githubSshToken` with the actual token value)
7879
- Utilised the devcontainer, for pre reqs and configuration.
7980
- You should open in a devcontainer or a Github workspaces.
8081
- By default it will run `make config` when the container is first setup
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
describe("Supplier Mock Lambda", () => {
2+
test("should return a successful response", async () => {
3+
expect(true).toBe(true);
4+
});
5+
});

0 commit comments

Comments
 (0)