MCPcopy Index your code
hub / github.com/parse-community/parse-server / jequal

Function jequal

spec/helper.js:353–355  ·  view source on GitHub ↗
(o1, o2)

Source from the content-addressed store, hash-verified

351
352// Asserts two json structures are equal.
353function jequal(o1, o2) {
354 expect(normalize(o1)).toEqual(normalize(o2));
355}
356
357function range(n) {
358 const answer = [];

Callers 4

OAuth1.spec.jsFile · 0.85
LdapAuth.spec.jsFile · 0.85

Calls 1

normalizeFunction · 0.85

Tested by 1