mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
7 lines
173 B
JavaScript
7 lines
173 B
JavaScript
describe("iD.ui.Geocoder", function () {
|
|
it('can be instantiated', function () {
|
|
var geocoder = iD.ui.Geocoder();
|
|
expect(geocoder).to.be.ok;
|
|
});
|
|
});
|