We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d94cb9 commit 0f4a695Copy full SHA for 0f4a695
tests/international_address_autocomplete/test_Lookup.js
@@ -48,6 +48,7 @@ describe("An International Address Autocomplete lookup", function () {
48
maxResults: 5,
49
includeOnlyLocality: undefined,
50
includeOnlyPostalCode: undefined,
51
+ customParameters: {},
52
};
53
let lookup = new Lookup();
54
expect(lookup).to.deep.equal(defaultLookup);
0 commit comments