Commit 3dd7d407 by ryan

fix comments

parent aa38a9e0
......@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment