We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b67ab commit 4ae36a6Copy full SHA for 4ae36a6
test/golden.minimal-2.test.js
@@ -13,7 +13,7 @@ function readExample(relPath) {
13
}
14
15
describe("golden: minimal-2 demo", () => {
16
- it.only("transforms demo.tape.pre into the expected demo.tape", () => {
+ it("transforms demo.tape.pre into the expected demo.tape", () => {
17
const input = readExample("demo.tape.pre");
18
const expected = readExample("demo.tape.expected");
19
0 commit comments