We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a948fc commit d42a64eCopy full SHA for d42a64e
x-pack/plugins/ml/public/application/explorer/hooks/use_selected_cells.test.ts
@@ -15,7 +15,7 @@ import { useTimefilter } from '../../contexts/kibana';
15
jest.mock('../../contexts/kibana');
16
17
describe('useSelectedCells', () => {
18
- test('should no set state when the cell selection is correct', () => {
+ test('should not set state when the cell selection is correct', () => {
19
(useTimefilter() as jest.Mocked<TimefilterContract>).getBounds.mockReturnValue({
20
min: moment(1498824778 * 1000),
21
max: moment(1502366798 * 1000),
0 commit comments