MCPcopy Create free account
hub / github.com/parse-community/parse-server / validatorFail

Function validatorFail

spec/ParseLiveQuery.spec.js:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8const { resolvingPromise, sleep, getConnectionsCount } = require('../lib/TestUtils');
9const request = require('../lib/request');
10const validatorFail = () => {
11 throw 'you are not authorized';
12};
13
14describe('ParseLiveQuery', function () {
15 beforeEach(() => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…