MCPcopy
hub / github.com/parse-community/parse-server / ok

Function ok

spec/helper.js:316–318  ·  view source on GitHub ↗
(bool, message)

Source from the content-addressed store, hash-verified

314
315// Shims for compatibility with the old qunit tests.
316function ok(bool, message) {
317 expect(bool).toBeTruthy(message);
318}
319function equal(a, b, message) {
320 expect(a).toEqual(b, message);
321}

Calls

no outgoing calls

Tested by

no test coverage detected