Skip to content

Commit 0a1ed18

Browse files
jescaladakriswest
andauthored
Update website/docs/development/testing.mdx
Co-authored-by: Kris West <kristopher.west@natwest.com> Signed-off-by: Juan Escalada <97265671+jescalada@users.noreply.github.com>
1 parent 9bcb91c commit 0a1ed18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/development/testing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Testing
44

55
## Testing
66

7-
As of v1.19.2, GitProxy uses [Mocha](https://mochajs.org/) (`ts-mocha`) as the test runner, and [Chai](https://www.chaijs.com/) for unit test assertions. End-to-end (E2E) tests are written in [Cypress](https://docs.cypress.io), and some fuzz testing is done with [`fast-check`](https://fast-check.dev/).
7+
As of v1.19.2, GitProxy uses [Mocha](https://mochajs.org/) (`ts-mocha`) as the test runner, and [Chai](https://www.chaijs.com/) for unit test assertions. User interface tests are written in [Cypress](https://docs.cypress.io), and some fuzz testing is done with [`fast-check`](https://fast-check.dev/).
88

99
### Unit testing with Mocha and Chai
1010

0 commit comments

Comments
 (0)