mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
15 lines
551 B
Markdown
15 lines
551 B
Markdown
# Tests
|
|
|
|
This directory holds automated tests for SOGo.
|
|
|
|
- `spec` and `lib`: hold JavaScript driven interated tests that are used to validate overall DAV functionality
|
|
- `Unit`: holds all unit tests
|
|
|
|
## Tools
|
|
|
|
* [Jasmin](https://jasmine.github.io/) - testing framework
|
|
* [tsdav](https://tsdav.vercel.app/) - webdav request helper
|
|
* [ical.js](https://github.com/mozilla-comm/ical.js) - ics and vcard parser
|
|
* [cross-fetch](https://github.com/lquixada/cross-fetch) - fetch API
|
|
* [xml-js](https://github.com/nashwaan/xml-js) - convert JS object to XML
|