A Quick Cypress Unit Test For Universal JavaScript Code

Опубликовано: 30 Октябрь 2024
на канале: 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...