From 1eb070a8c316271da8fc7aa6d5942aefae3bc5fd Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Tue, 31 Oct 2023 12:07:02 +0100 Subject: [PATCH] fix broken link --- docs/_howto/typescript-swc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_howto/typescript-swc.md b/docs/_howto/typescript-swc.md index 32b45c1ad..4f6a9b3a1 100644 --- a/docs/_howto/typescript-swc.md +++ b/docs/_howto/typescript-swc.md @@ -306,5 +306,6 @@ As can be seen, there are lots of different paths to walk in order to achieve th [sut]: http://xunitpatterns.com/SUT.html [require-hook]: https://levelup.gitconnected.com/how-to-add-hooks-to-node-js-require-function-dee7acd12698 [swc-mutable-export]: https://github.com/fatso83/sinon-swc-bug/tree/swc-with-mutable-exports +[pure-di]: https://github.com/fatso83/sinon-swc-bug/tree/pure-di [pure-di-with-auto-cleanup]: https://github.com/fatso83/sinon-swc-bug/tree/auto-cleanup-di [cjs-mocking]: https://github.com/fatso83/sinon-swc-bug/tree/cjs-mocking