Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Jan 5, 2020
1 parent b60a94d commit 2f461cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ const mockField = {
};

test('Should render ranged legend', async () => {
// configureNotLineOrPointOnly();

const colorStyle = new DynamicColorProperty(
{
color: 'Blues',
Expand Down Expand Up @@ -61,8 +59,6 @@ test('Should render ranged legend', async () => {
});

test('Should render categorical legend', async () => {
// configureNotLineOrPointOnly();

const colorStyle = new DynamicColorProperty(
{
useCustomColorRamp: true,
Expand Down

0 comments on commit 2f461cb

Please sign in to comment.