Skip to content

Commit bccc2bb

Browse files
committed
remove .only
1 parent 001dd6a commit bccc2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/render/src/shared/utils/pretty.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('pretty', () => {
3535
expect(pretty(stripeHtml, { lineBreak: '\n' })).toMatchSnapshot();
3636
});
3737

38-
it.only("should prettify Code Pen's template correctly", () => {
38+
it("should prettify Code Pen's template correctly", () => {
3939
expect(pretty(codepenHtml, { lineBreak: '\n' })).toMatchSnapshot();
4040
});
4141

0 commit comments

Comments
 (0)