mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +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;
|
|
});
|
|
});
|