We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0607f8a commit 249e410Copy full SHA for 249e410
test/gabledroofbug.test.js
@@ -205,7 +205,7 @@ beforeEach(() => {
205
// compare the object rendered from the requested way data to that rendered
206
// from the requested map data to see if one errors and one does not.
207
test('Constructor', () => {
208
- const bldg = new Building('285102551', data);
+ const bldg = new Building('285102551', data1);
209
expect(bldg.parts.length).toBe(0);
210
expect(bldg.outerElement.getAttribute('roof:direction')).toBe(undefined);
211
expect(bldg.outerElement.options.roof.direction).toBe(0);
0 commit comments