Skip to content

Commit

Permalink
Updated vega browser-ci tests for palette changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Jan 10, 2020
1 parent 2c79f85 commit 2f9b7d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe(`VegaParser._setDefaultColors`, () => {
test({}, true, {
config: {
range: { category: { scheme: 'elastic' } },
mark: { color: '#00B3A4' },
mark: { color: '#5BBAA0' },
},
})
);
Expand All @@ -63,15 +63,15 @@ describe(`VegaParser._setDefaultColors`, () => {
test({}, false, {
config: {
range: { category: { scheme: 'elastic' } },
arc: { fill: '#00B3A4' },
area: { fill: '#00B3A4' },
line: { stroke: '#00B3A4' },
path: { stroke: '#00B3A4' },
rect: { fill: '#00B3A4' },
rule: { stroke: '#00B3A4' },
shape: { stroke: '#00B3A4' },
symbol: { fill: '#00B3A4' },
trail: { fill: '#00B3A4' },
arc: { fill: '#5BBAA0' },
area: { fill: '#5BBAA0' },
line: { stroke: '#5BBAA0' },
path: { stroke: '#5BBAA0' },
rect: { fill: '#5BBAA0' },
rule: { stroke: '#5BBAA0' },
shape: { stroke: '#5BBAA0' },
symbol: { fill: '#5BBAA0' },
trail: { fill: '#5BBAA0' },
},
})
);
Expand Down

0 comments on commit 2f9b7d2

Please sign in to comment.