Commit Graph

4 Commits

Author SHA1 Message Date
JGerla
b64d4fbd01 chore: added test coverage collection
updated the jest configuration to generate a coverage report on the entire project when tests are run. this coverage report has been added to the the gitignore file as it is not relevant to store it in the online repository.

ref: N25B-114
2025-10-25 13:54:18 +02:00
JGerla
3bd1aa99e3 chore: added setupFlowTests.ts for ReactFlow specific testing
added Setup config for mocking reactflow based on the provided information in ReactFlow documentation

ref: N25B-114
2025-10-22 15:43:47 +02:00
JGerla
34dd48ecb6 fix: updated jest.config.js to allow for folders in the test directory
ref: N25B-212
2025-10-22 12:39:35 +02:00
JGerla
cbacf924f9 chore: added basic jest testing support
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
2025-10-21 22:18:10 +02:00