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 fe965d1 commit ef51c34Copy full SHA for ef51c34
src/utils/parser/__tests__/index.test.mjs
@@ -12,7 +12,7 @@ describe('transformTypeToReferenceLink', () => {
12
it('should transform a JavaScript primitive type into a Markdown link', () => {
13
strictEqual(
14
transformTypeToReferenceLink('string'),
15
- '[`<string>`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type)'
+ '[`<string>`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type)'
16
);
17
});
18
0 commit comments