Test dependencies including testing-library and puppeteer could be moved into devDependencies of package.json.
This change makes it even clearer that dependencies are required for the main functioning of the app and devDependencies are required for building and testing the app.
Changes
Test dependencies including
testing-library
andpuppeteer
could be moved intodevDependencies
of package.json.This change makes it even clearer that dependencies are required for the main functioning of the app and devDependencies are required for building and testing the app.