A Quick Cypress Unit Test For Universal JavaScript Code

Published: 28 February 2022
on channel: gleb bahmutov
2,435
16

If you are writing end-to-end Cypress tests, you can quickly unit test any JavaScript code that can run in the browser. In this video, I am testing a function parsing a line of text by creating a few unit tests to be executed in the browser.

Find this example code in https://github.com/bahmutov/grep-test... repo and read the blog post https://glebbahmutov.com/blog/univers...