Skip to content

Commit 4ae36a6

Browse files
committed
test: fix test issue
1 parent a0b67ab commit 4ae36a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/golden.minimal-2.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function readExample(relPath) {
1313
}
1414

1515
describe("golden: minimal-2 demo", () => {
16-
it.only("transforms demo.tape.pre into the expected demo.tape", () => {
16+
it("transforms demo.tape.pre into the expected demo.tape", () => {
1717
const input = readExample("demo.tape.pre");
1818
const expected = readExample("demo.tape.expected");
1919

0 commit comments

Comments
 (0)