Skip to content

Commit

Permalink
rules page with items
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiota committed Apr 13, 2022
1 parent 3c16251 commit 7d5d8a0
Show file tree
Hide file tree
Showing 2 changed files with 1,596 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ const triggersActionsUiStartMock = {
createStart() {
return {
getAddAlertFlyout: jest.fn(),
ruleTypeRegistry: {
has: jest.fn(),
register: jest.fn(),
get: jest.fn(),
list: jest.fn(),
},
};
},
};
Expand Down
Loading

0 comments on commit 7d5d8a0

Please sign in to comment.