Skip to content

Commit fcdda46

Browse files
committed
test: off only one test
1 parent 69d666b commit fcdda46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-core.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ test('{Options} {quoteStyle} 0 - smart quote', t => {
542542
t.is(render(fixture, options), expected);
543543
});
544544

545-
test.only('{QuoteStyle}', t => {
545+
test('{QuoteStyle} for width/height attrs in img', t => {
546546
const fixture = {
547547
tag: 'img',
548548
attrs: {

0 commit comments

Comments
 (0)