Skip to content

Commit

Permalink
tslint packates
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Sep 27, 2023
1 parent 060592b commit fa046a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ export const searchResponseIncompleteWarningLocalCluster: SearchResponseWarning
],
},
},
openInInspector: () => {},
};
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe('hasUnsupportedDownsampledAggregationFailure', () => {
],
},
},
openInInspector: () => {},
})
).toBe(false);
});
Expand Down Expand Up @@ -74,6 +75,7 @@ describe('hasUnsupportedDownsampledAggregationFailure', () => {
],
},
},
openInInspector: () => {},
})
).toBe(true);
});
Expand Down

0 comments on commit fa046a6

Please sign in to comment.