[deck_polygon] implement null locations flag (#5948)

* [deck_polygon] implement null locations flag

* Fix unrelated JS test issue
This commit is contained in:
Maxime Beauchemin
2018-09-20 22:02:28 -07:00
committed by GitHub
parent f94bda01b4
commit a1fa4bc606
3 changed files with 8 additions and 14 deletions

View File

@@ -54,6 +54,5 @@ describe('TableElement', () => {
wrapper.find('.table-remove').simulate('click');
expect(wrapper.state().expanded).to.equal(false);
expect(mockedActions.removeDataPreview.called).to.equal(true);
expect(mockedActions.removeTable.called).to.equal(true);
});
});