We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277adb3 commit 1fc27c2Copy full SHA for 1fc27c2
packages/doxdox-parser-jsdoc/src/index.test.ts
@@ -1,7 +1,7 @@
1
import { parseString } from './index';
2
3
describe('jsdoc parser', () => {
4
- it('parse example jsdoc header', async () => {
+ it('parse example jsdoc headers', async () => {
5
await expect(
6
parseString(
7
'lib/utils/index.js',
0 commit comments