Commit bafbe2a
authored
chore(testing-sdk): improve exported types and jsdoc in testing library (#350)
*Issue #, if available:*
*Description of changes:*
The testing library has missing JSDoc, and exposes some internals that
are not necessary.
Also updating the README contents to be more accurate and use correct
terminology.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.1 parent 277d085 commit bafbe2a
File tree
30 files changed
+1240
-450
lines changed- packages
- aws-durable-execution-sdk-js-eslint-plugin
- aws-durable-execution-sdk-js-examples/src/utils
- aws-durable-execution-sdk-js-testing
- src
- cli
- test-runner
- __tests__
- cloud
- __tests__
- operations
- __tests__
- common
- operations
- __tests__
- local
- __tests__/integration
- interfaces
- operations
- __tests__
- types
- aws-durable-execution-sdk-js
30 files changed
+1240
-450
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | | - | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
| 70 | + | |
70 | 71 | | |
71 | | - | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments