mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix comments
This commit is contained in:
parent
aa38a9e0b4
commit
3dd7d40718
@ -27,7 +27,7 @@ describe('PanelChrome', () => {
|
||||
expect(out).toBe('hello AAA');
|
||||
});
|
||||
|
||||
it('It should prefer the diret variables', () => {
|
||||
it('But it should prefer the local variable value', () => {
|
||||
const extra = { aaa: { text: '???', value: 'XXX' } };
|
||||
const out = chrome.replaceVariables('hello $aaa and $bbb', extra);
|
||||
expect(out).toBe('hello XXX and BBB');
|
||||
|
Loading…
Reference in New Issue
Block a user