Skip to content

Commit 650d274

Browse files
test: remove only
1 parent 63cf56d commit 650d274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs-builder/src/gen-html.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This is a valid reference-style link: [page][ref] (with parentheses after) and m
4949
`)
5050
})
5151

52-
it.only('should throw an error if invalid link syntax is detected', () => {
52+
it('should throw an error if invalid link syntax is detected', () => {
5353
const links = `\
5454
This is a valid normal link: [page](https://climateinteractive.org)
5555

0 commit comments

Comments
 (0)