Skip to content

Commit

Permalink
Update packages/plugin-doc-coverage/src/lib/config.unit.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Hladky <10064416+BioPhoton@users.noreply.github.com>
  • Loading branch information
aramirezj and BioPhoton authored Dec 23, 2024
1 parent 89893a0 commit 97d32bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-doc-coverage/src/lib/config.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
} from './config.js';

describe('docCoveragePluginConfigSchema', () => {
it('accepts a complete valid configuration', () => {
it('accepts a valid configuration', () => {
expect(() =>
docCoveragePluginConfigSchema.parse({
sourceGlob: ['src/**/*.ts'],
Expand Down

0 comments on commit 97d32bf

Please sign in to comment.