Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alliefeldman committed Nov 2, 2023
1 parent 88ae773 commit 1c9b06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/compile/selection/interval.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ describe('Interval Selections', () => {
type: 'rect',
clip: true,
encode: {
enter: {fill: {value: 'transparent'}},
enter: {cursor: {value: 'move'}, fill: {value: 'transparent'}},
update: {
x: [
{
Expand Down
1 change: 1 addition & 0 deletions test/compile/selection/layers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ describe('Layered Selections', () => {
clip: true,
encode: {
enter: {
cursor: {value: 'move'},
fill: {value: 'transparent'}
},
update: {
Expand Down

0 comments on commit 1c9b06b

Please sign in to comment.