MCPcopy
hub / github.com/strongloop/loopback / getFixturePath

Function getFixturePath

test/rest.middleware.test.js:295–298  ·  view source on GitHub ↗
(dirName)

Source from the content-addressed store, hash-verified

293
294 describe('shared methods', function() {
295 function getFixturePath(dirName) {
296 return path.join(__dirname, 'fixtures/shared-methods/' + dirName +
297 '/server/server.js');
298 }
299
300 describe('with specific definitions in model-config.json', function() {
301 it('should not be exposed when the definition value is false',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…