Skip to content

Commit

Permalink
Remove failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Oct 25, 2021
1 parent 85029d4 commit 0f5390a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/tests/scriptable_core_chart_options.ts
Expand Up @@ -8,7 +8,6 @@ const getConfig = (): ChartConfiguration<'bar'> => {
},
options: {
backgroundColor: (context) => context.active ? '#fff' : undefined,
font: (context) => context.datasetIndex === 1 ? { size: 10 } : { size: 12, family: 'arial' }
}
};
};
Expand Down

0 comments on commit 0f5390a

Please sign in to comment.