Skip to content

[Bug]: itdoc merges test definitions when running different test files consecutively #220

@wnghdcjfe

Description

@wnghdcjfe

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

Metadata

Metadata

Assignees

Labels

bugbugbugbug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions