Skip to content

Commit

Permalink
review(ap): fix test title that used the type "string"
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz committed Oct 4, 2022
1 parent 5aa96f2 commit de1e73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/docs/test/markdown-overview.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { overviewToMarkdown } from '../readme/markdown-overview';

describe('markdown-overview', () => {
describe('overviewToMarkdown', () => {
it('returns an empty string if no docs exist on the component', () => {
it('returns no overview if no docs exist', () => {
const generatedOverview = overviewToMarkdown('').join('\n');

expect(generatedOverview).toBe('');
Expand Down

0 comments on commit de1e73f

Please sign in to comment.