Skip to content

Commit

Permalink
tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jun 29, 2020
1 parent d50006b commit 97bc437
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ import { BOUNDARIES_SOURCE, LayerTemplate } from './layer_template';
const renderWizardArguments = {
previewLayers: () => {},
mapColors: [],
isIndexingTriggered: false,
onRemove: () => {},
onIndexReady: () => {},
importSuccessHandler: () => {},
importErrorHandler: () => {},
currentStepId: null,
enableNextBtn: () => {},
disableNextBtn: () => {},
startStepLoading: () => {},
stopStepLoading: () => {},
advanceToNextStep: () => {},
};

test('should render elasticsearch UI when left source is BOUNDARIES_SOURCE.ELASTICSEARCH', async () => {
Expand Down

0 comments on commit 97bc437

Please sign in to comment.