Introduction
React NodeGui Testing Library provides utilities for testing applications using React NodeGui.
The problem
You want to write maintainable tests for your React NodeGui components testing without implementation details and rather focus on making your tests give you the confidence for which they are intended.
This solution
The react-nodegui-testing-library
is a very lightweight solution for testing
React NodeGui components. It provides light utility functions on top of
react-test-renderer
, in a way that encourages better testing practices.
The project is heavily based on react-native-testing-library