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