mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Namespace UI components
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
describe("Geocoder", function () {
|
||||
describe("iD.ui.geocoder", function () {
|
||||
it('can be instantiated', function () {
|
||||
var geocoder = iD.geocoder();
|
||||
var geocoder = iD.ui.geocoder();
|
||||
expect(geocoder).to.be.ok;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user