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.

14 lines 473 B
/** Jest Fixture class for RulesEngineRunnerService */ export class RulesEngineRunnerServiceFixture { constructor() { /** @inheritDoc */ this.upsertFacts = jest.fn(); /** @inheritDoc */ this.upsertOperators = jest.fn(); /** @inheritDoc */ this.enableRuleSetFor = jest.fn(); /** @inheritDoc */ this.disableRuleSetFor = jest.fn(); } } //# sourceMappingURL=rules-engine.runner.service.fixture.jest.js.map