mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
Lint fix
This commit is contained in:
parent
5420a816e7
commit
3d2955f24f
@ -4,7 +4,7 @@ describe('colors', () => {
|
||||
const FakeBlue = buildColorDefinition('blue', 'blue', ['#0000ff', '#00000ee']);
|
||||
|
||||
beforeAll(() => {
|
||||
ColorsPalete.set('blue', [FakeBlue])
|
||||
ColorsPalete.set('blue', [FakeBlue]);
|
||||
});
|
||||
|
||||
describe('getColorDefinition', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user