Tag: Testing
Debugging notes
testing13 November, 2019Time to read: 2 minsTips and tricks you can use to debug JavaScript applications.
Unit testing with react-scripts
testingjavascript19 August, 2019Time to read: 1 minsWrite unit tests with react-scripts to quickly test some code if you don’t want to set up a build process just for testing.