Skip to content

Commit

Permalink
[Chore]: Use relative import in test-utils (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorDykhta committed Aug 16, 2022
1 parent eff5f90 commit fb3f35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/comparison-utils.js
Expand Up @@ -18,7 +18,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

import {FILTER_TYPES} from '@kepler.gl/constants';
import {FILTER_TYPES} from '../../src/constants/src/default-settings';
import {toArray} from '../../src/utils/utils';
import {getFieldValueAccessor} from '../../src/utils';
import KeplerTable from '../../src/utils/table-utils/kepler-table';
Expand Down

0 comments on commit fb3f35b

Please sign in to comment.