Skip to content

Commit 97d32bf

Browse files
aramirezjBioPhoton
andauthored
Update packages/plugin-doc-coverage/src/lib/config.unit.test.ts
Co-authored-by: Michael Hladky <10064416+BioPhoton@users.noreply.github.com>
1 parent 89893a0 commit 97d32bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-doc-coverage/src/lib/config.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
} from './config.js';
66

77
describe('docCoveragePluginConfigSchema', () => {
8-
it('accepts a complete valid configuration', () => {
8+
it('accepts a valid configuration', () => {
99
expect(() =>
1010
docCoveragePluginConfigSchema.parse({
1111
sourceGlob: ['src/**/*.ts'],

0 commit comments

Comments
 (0)