We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a27be commit e6e88f4Copy full SHA for e6e88f4
src/test/parse.spec.ts
@@ -11,7 +11,7 @@ describe('parse', () => {
11
it('api', () => {
12
expect(api.name).toBe(`HapticsPlugin`);
13
expect(api.slug).toBe(`hapticsplugin`);
14
- expect(api.docs).toBe(`Top level docs.`);
+ expect(api.docs).toContain(`Docs from JSDoc comments!`);
15
expect(interfaces).toHaveLength(4);
16
expect(enums).toHaveLength(2);
17
0 commit comments