fmt
This commit is contained in:
parent
45882e7de2
commit
05f097e9bc
2 changed files with 13 additions and 10 deletions
|
|
@ -203,16 +203,7 @@ describe('url-state', () => {
|
|||
});
|
||||
|
||||
it('round-trips an explicit "all overlays off" via the __none sentinel', () => {
|
||||
const params = stateToParams(
|
||||
null,
|
||||
{},
|
||||
[],
|
||||
new Set(),
|
||||
'area',
|
||||
undefined,
|
||||
undefined,
|
||||
new Set()
|
||||
);
|
||||
const params = stateToParams(null, {}, [], new Set(), 'area', undefined, undefined, new Set());
|
||||
|
||||
expect(params.getAll('overlay')).toEqual(['__none']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue