Add test for extending L namespace

carto
Per Liedman 7 years ago committed by Vladimir Agafonkin
parent 957f05da23
commit 0a6c500e58

@ -11,7 +11,9 @@ describe('General', function () {
describe('namespace extension', function () {
L.Util.foo = 'bar';
L.Foo = 'Bar';
expect(L.Util.foo).to.eql('bar');
expect(L.Foo).to.eql('Bar');
});
});

Loading…
Cancel
Save