Skip to content

Commit e6e88f4

Browse files
committed
test: fix docs test
1 parent 58a27be commit e6e88f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/parse.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('parse', () => {
1111
it('api', () => {
1212
expect(api.name).toBe(`HapticsPlugin`);
1313
expect(api.slug).toBe(`hapticsplugin`);
14-
expect(api.docs).toBe(`Top level docs.`);
14+
expect(api.docs).toContain(`Docs from JSDoc comments!`);
1515
expect(interfaces).toHaveLength(4);
1616
expect(enums).toHaveLength(2);
1717

0 commit comments

Comments
 (0)