UNPKG

@o3r/rules-engine

Version:

This module provides a rule engine that can be executed on your Otter application to customize your application (translations, placeholders and configs) based on a json file generated by your CMS.

21 lines (18 loc) 665 B
/** Jasmine Fixture class for RulesEngineRunnerService */ class RulesEngineRunnerServiceFixture { constructor() { /** @inheritDoc */ this.upsertFacts = jasmine.createSpy('upsertFacts'); /** @inheritDoc */ this.upsertOperators = jasmine.createSpy('upsertOperators'); /** @inheritDoc */ this.enableRuleSetFor = jasmine.createSpy('enableRuleSetFor'); /** @inheritDoc */ this.disableRuleSetFor = jasmine.createSpy('disableRuleSetFor'); } } /** * Generated bundle index. Do not edit. */ export { RulesEngineRunnerServiceFixture }; //# sourceMappingURL=o3r-rules-engine-fixtures-jasmine.mjs.map