mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: fixed build issue
This commit is contained in:
parent
66edb29f53
commit
561561d8fe
@ -20,7 +20,7 @@ describe('ViewStore', () => {
|
||||
|
||||
it('Query can contain arrays', () => {
|
||||
store.updatePathAndQuery('/hello', { values: ['A', 'B'] });
|
||||
expect(store.query.get('values').toJS()).toMatchObject(['A', 'B']);
|
||||
expect(toJS(store.query.get('values'))).toMatchObject(['A', 'B']);
|
||||
expect(store.currentUrl).toBe('/hello?values=A&values=B');
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user