Skip to content

Commit 1c56369

Browse files
committed
revert test changes
1 parent a036467 commit 1c56369

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

test/plots/empty.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ export default async function() {
66
grid: true,
77
inset: 6,
88
x: {
9-
domain: "ABCDEFGH"
9+
domain: [0, 1]
1010
},
1111
y: {
12-
line: true,
1312
domain: [0, 1]
14-
}
13+
},
14+
marks: [
15+
Plot.frame(),
16+
undefined,
17+
null,
18+
() => null,
19+
() => undefined,
20+
() => svg`<circle cx=50% cy=50% r=5 fill=green>`
21+
]
1522
});
1623
}

0 commit comments

Comments
 (0)