mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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']);
|
const FakeBlue = buildColorDefinition('blue', 'blue', ['#0000ff', '#00000ee']);
|
||||||
|
|
||||||
beforeAll(() => {
|
beforeAll(() => {
|
||||||
ColorsPalete.set('blue', [FakeBlue])
|
ColorsPalete.set('blue', [FakeBlue]);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('getColorDefinition', () => {
|
describe('getColorDefinition', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user