(dirName)
| 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', |
no outgoing calls
no test coverage detected
searching dependent graphs…