Skip to content

Commit 4d5d368

Browse files
committed
Update test to also support GNU man page
1 parent 126d912 commit 4d5d368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/__tests__/server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe('server', () => {
7171
expect(result).toEqual({
7272
contents: {
7373
kind: 'markdown',
74-
value: expect.stringContaining('remove directory'),
74+
value: expect.stringContaining('remove directories'),
7575
},
7676
})
7777
})

0 commit comments

Comments
 (0)