This repository was archived by the owner on Aug 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
Testing
Nikolaj Ivancic edited this page Mar 24, 2021
·
7 revisions
Meta:
A few relevant articles
- Unit test & mock VS Code extension API with Jest
- Jest Run It - Run and debug individual Jest tests from VS Code
- How to debug Jest tests with VSCode
Redwood's generators create test files for basic functionality automatically with any Components, Pages, Cells, or Services you generate. These will test very basic functionality, but they're a solid foundation and will not automatically break as soon as you start building out custom features.
©2021 Tom Preston-Werner
Redwood is released under the MIT License