also added an example test for the counter in the components.tsx file to demonstrate functionality of testing configuration. installed all dependencies for testing using --save-dev to make sure they are stored as dev dependencies ref: N25B-212
2 lines
87 B
TypeScript
2 lines
87 B
TypeScript
// Adds jest-dom matchers for React testing library
|
|
import '@testing-library/jest-dom'; |