Skip to content

Commit 8cfb8ed

Browse files
Update links to examples in cds-test.md (#2405)
Closes: #2404
1 parent 7aa637b commit 8cfb8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node.js/cds-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm add -D @cap-js/cds-test
2121
```
2222

2323
::: tip Examples
24-
Find examples in [*capire/samples*](https://github.com/capire/samples/tree/main/tests) and in the [*SFlight sample*](https://github.com/capire/xtravels/tree/main/test).
24+
Find examples in [*capire/samples*](https://github.com/capire/bookstore/tree/main/test) and in the [*SFlight sample*](https://github.com/capire/xtravels/tree/main/test).
2525
:::
2626

2727

@@ -131,7 +131,7 @@ describe('my test suite', ()=>{
131131
132132
You can use Mocha-style `before/after` or Jest-style `beforeAll/afterAll` in your tests, as well as the common `describe, test, it` methods. In addition, to be portable, you should use the [Chai Assertion Library's](#chai) variant of `expect`.
133133

134-
::: tip [All tests in *cap/samples*](https://github.com/capire/samples/tree/main/tests) are written in that portable way. <br>
134+
::: tip [All tests in *cap/samples*](https://github.com/capire/bookstore/tree/main/test) are written in that portable way. <br>
135135
Run them with `npm run jest` or with `npm run mocha`.
136136
:::
137137

0 commit comments

Comments
 (0)