Expected Behavior
Each test run should be isolated. Running testB.test.js after testA.test.js should only include results from testB, without contamination from the previous file.
Actual Behavior
Run itdoc with testA.test.js
Without restarting the process, run itdoc again with testB.test.js
Observe that definitions from testA are still present in the output for testB
Steps to Reproduce
.
itdoc Version
0.3.0
Additional Information
No response