Skip to content

Commit 2d0e8ba

Browse files
authored
chore: add the testing and transaction posts to their respective sections (#155)
1 parent 33aea9d commit 2d0e8ba

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/development/testing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,7 @@ For more on Code Coverage, see the [Code Coverage](./code-coverage) section
156156
[unexpected]: https://www.npmjs.com/package/unexpected
157157
[webdriverio]: https://www.npmjs.org/package/webdriverio
158158
[snapshots]: https://jestjs.io/docs/snapshot-testing
159+
160+
## Further Reading
161+
162+
* [Introduction to the Node.js reference architecture: Testing](https://developers.redhat.com/articles/2023/07/27/introduction-nodejs-reference-architecture-testing)

docs/functional-components/transaction-handling.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@ covers them in more depth.
6363
Some databases offer support to help with implementing
6464
the 2 phase commit technique, so read through the documentation for the
6565
database you are using if you are planning to use that technique.
66+
67+
## Further Reading
68+
69+
* [Introduction to the Node.js reference architecture: Testing](https://developers.redhat.com/articles/2023/07/31/how-handle-transactions-nodejs-reference-architecture)

0 commit comments

Comments
 (0)