(options)
| 3 | const FilesController = require('../lib/Controllers/FilesController').FilesController; |
| 4 | |
| 5 | const MockController = function (options) { |
| 6 | AdaptableController.call(this, options); |
| 7 | }; |
| 8 | MockController.prototype = Object.create(AdaptableController.prototype); |
| 9 | MockController.prototype.constructor = AdaptableController; |
| 10 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…