Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <[email protected]>
  • Loading branch information
igorDykhta committed Oct 1, 2023
1 parent 0f55b06 commit cb9c09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/components/side-panel/layer-list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const defaultProps = {
visStateActions: VisStateActions
};

jest.mock('@kepler.gl/actions');
// jest.mock('@kepler.gl/actions');

describe('Components -> SidePanel -> LayerPanel -> LayerList', () => {
it('render sortable list', () => {
Expand Down

0 comments on commit cb9c09c

Please sign in to comment.