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

Function WrongAdapter

spec/AdaptableController.spec.js:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32 it('should fail setting the wrong adapter to the controller', done => {
33 function WrongAdapter() {}
34 const adapter = new FilesAdapter();
35 const controller = new FilesController(adapter);
36 const otherAdapter = new WrongAdapter();

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…