From 724145f50587ab8231bec3f144e6df5b6a20e7a7 Mon Sep 17 00:00:00 2001 From: Mohammed Gomaa Date: Thu, 9 Mar 2023 19:41:37 +0200 Subject: [PATCH] docs: adds PR-link for ts-sdk task list (#34) Signed-off-by: G0maa --- 2023/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/README.md b/2023/README.md index 0d69888..6118df1 100644 --- a/2023/README.md +++ b/2023/README.md @@ -163,7 +163,7 @@ show that specific test case among various testcases, `show [test_run_id];` will | Tasks | Repo | Actionable By | | |-------|-----------|-----------|-----------| | Setup Keploy Locally with a Sample TS Application | Samples-Typescript | | | -| Empty response for node-fetch http call | Typescript-SDK | [ISSUE LINK](https://github.com/keploy/typescript-sdk/issues/49) | | | +| Empty response for node-fetch http call | Typescript-SDK | [ISSUE LINK](https://github.com/keploy/typescript-sdk/issues/49) | [keploy/typescript-sdk#60](https://github.com/keploy/typescript-sdk/pull/60) | | | Add a sample unit test for mocking/stubbing calls in unit-tests | Samples-Typescript | [ISSUE LINK](https://github.com/keploy/samples-typescript/issues/10) | | | | Write the test-cases for TS-SDK (for Integrations) | Typescript-SDK | [ISSUE LINK](https://github.com/keploy/typescript-sdk/issues/56) | | | | Add check to not record testcases during test mode | Typescript-SDK | [ISSUE LINK](https://github.com/keploy/typescript-sdk/issues/42) | [keploy/typescript-sdk#46](https://github.com/keploy/typescript-sdk/pull/46) | |