mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Consistent iD prefix in tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
describe('Connection', function() {
|
||||
describe('iD.Connection', function() {
|
||||
var c;
|
||||
|
||||
beforeEach(function() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
describe('GeoJSON', function() {
|
||||
describe('iD.format.GeoJSON', function() {
|
||||
|
||||
describe('#mapping', function() {
|
||||
it('should be able to map a node to geojson', function() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
describe('XML', function() {
|
||||
describe('iD.format.XML', function() {
|
||||
var node = iD.Node({ id: 'n-1', type: 'node', loc: [-77, 38] }),
|
||||
way = iD.Way({ id: 'w-1', type: 'way', nodes: [] });
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
describe('Background', function() {
|
||||
describe('iD.Background', function() {
|
||||
var c, d;
|
||||
|
||||
beforeEach(function() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
describe("hash", function () {
|
||||
describe("iD.Hash", function () {
|
||||
var hash, map, controller;
|
||||
|
||||
beforeEach(function () {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
describe('Map', function() {
|
||||
describe('iD.Map', function() {
|
||||
var container, map;
|
||||
|
||||
beforeEach(function() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
describe('Util', function() {
|
||||
describe('iD.Util', function() {
|
||||
var util;
|
||||
|
||||
it('#trueObj', function() {
|
||||
|
||||
Reference in New Issue
Block a user