UNPKG

dependency-injection-cat

Version:

DI Cat is a truly clean DI-container, which allows you not to pollute your business logic with decorators from DI/IOC libraries!

11 lines (10 loc) 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TestConfiguration = void 0; var TestConfiguration = /** @class */ (function () { function TestConfiguration() { } TestConfiguration.failOnNotConfiguredContainer = true; return TestConfiguration; }()); exports.TestConfiguration = TestConfiguration;