You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewTypeError('Base layer config and layer item sate have not the same name!\n- `'+baseLayerCfg.name+'` for base layer config\n- `'+itemState.name+'` for layer item state');
28
+
thrownewTypeError('Base layer config and layer item state have not the same name!\n- `'+baseLayerCfg.name+'` for base layer config\n- `'+itemState.name+'` for layer item state');
expect(error.message).to.be.eq('Base layer config and layer item sate have not the same name!\n- `name` for base layer config\n- `Stamen Watercolor` for layer item state')
86
+
expect(error.message).to.be.eq('Base layer config and layer item state have not the same name!\n- `name` for base layer config\n- `Stamen Watercolor` for layer item state')
0 commit comments