@skylineos/clsp-player
Version:
Skyline Technology Solutions' CLSP Video Player. Stream video in near-real-time in modern browsers.
22 lines (12 loc) • 916 B
Markdown
# Testing with Jest <!-- omit in toc -->
## Table of Contents <!-- omit in toc -->
- [@todo](#todo)
- [References](#references)
@todo - add some content
## @todo
* Should we use this? - [https://www.npmjs.com/package/jest-mock-object](https://www.npmjs.com/package/jest-mock-object)
## References
* [https://jestjs.io/docs/en/getting-started](https://jestjs.io/docs/en/getting-started)
* [https://medium.com/@rickhanlonii/understanding-jest-mocks-f0046c68e53c](https://medium.com/@rickhanlonii/understanding-jest-mocks-f0046c68e53c)
* [https://github.com/facebook/jest/issues/5048](https://github.com/facebook/jest/issues/5048)
* [https://medium.com/@the_teacher/how-to-test-console-output-console-log-console-warn-with-rtl-react-testing-library-and-jest-6df367736cf0](https://medium.com/@the_teacher/how-to-test-console-output-console-log-console-warn-with-rtl-react-testing-library-and-jest-6df367736cf0)