Commit d50004b
authored
chore: move jest test to vitest (#130)
### Summary
as suggested by speakeasy:
> Also noticed that your installation of Jest in the SDK repo is causing
an npm audit warning with 1 high severity vulnerability. If you're keen
to switch then I highly recommend [vitest](https://vitest.dev/). It's a
mostly drop-in alternative and requires no config to work. We use it to
test our SDKs.
Also found that its easy to add coverage report just by appending
`--coverage` add the end of the make test commands, but tbd in the
future
### Test
ci should work as before1 parent 5886926 commit d50004b
File tree
10 files changed
+2896
-6824
lines changed- test
- integration
- unit
- utils
10 files changed
+2896
-6824
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
This file was deleted.
0 commit comments