Skip to content

Commit 47cff4b

Browse files
aramirezjBioPhoton
andauthored
Update packages/plugin-doc-coverage/src/lib/runner/doc-processer.integration.test.ts
Co-authored-by: Michael Hladky <10064416+BioPhoton@users.noreply.github.com>
1 parent adec386 commit 47cff4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-doc-coverage/src/lib/runner/doc-processer.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('processDocCoverage', () => {
1717
expect(totalNodeCount).toBe(expectedNodeCount);
1818
});
1919

20-
it('should count total nodes from TypeScript files correctly and not include spec files when specified', () => {
20+
it('respect `sourceGlob` and only include matching files', () => {
2121
const expectedNodeCount = 7;
2222

2323
const results = processDocCoverage({

0 commit comments

Comments
 (0)