@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) • 552 B
JavaScript
/** Jest Fixture class for RulesEngineRunnerService */
class RulesEngineRunnerServiceFixture {
constructor() {
/** @inheritDoc */
this.upsertFacts = jest.fn();
/** @inheritDoc */
this.upsertOperators = jest.fn();
/** @inheritDoc */
this.enableRuleSetFor = jest.fn();
/** @inheritDoc */
this.disableRuleSetFor = jest.fn();
}
}
/**
* Generated bundle index. Do not edit.
*/
export { RulesEngineRunnerServiceFixture };
//# sourceMappingURL=o3r-rules-engine-fixtures-jest.mjs.map