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 08aebda commit 159cf9aCopy full SHA for 159cf9a
test/common/commontypes/UtilSpec.js
@@ -153,7 +153,7 @@ describe('Util', () => {
153
}
154
};
155
var paramsArr = Util.getParameterString(params);
156
- expect(paramsArr).toBe("type=json&coordinates=abc,edf&properties=%5Bobject%20Object%5D");
+ expect(paramsArr).toBe("type=json&coordinates=%5B%22abc%22%2C%22edf%22%5D&properties=%7B%22constructor%22%3A%5B1%2C2%2C3%5D%7D");
157
});
158
159
it('urlAppend', () => {
0 commit comments