TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.
https://terria.io
Apache License 2.0
1.19k stars 363 forks source link

test: fix arguments to ViewState #7204

Open pjonsson opened 5 months ago

pjonsson commented 5 months ago

What this PR does

There are two arguments required for ViewStateOptions, so put in a second argument with an undefined value which is what is used at other call sites.

Test me

Test only changes.

Checklist