Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Oct 4, 2023
1 parent 61beacd commit 8ccb036
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/polyfills/test/images-node/images-node.spec.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* eslint-disable max-len */
import test from 'tape-promise/tape';
import '@loaders.gl/polyfills';
import {isBrowser} from '../../src/utils/globals';
import {fetchFile} from '@loaders.gl/core';
import {isBrowser, fetchFile} from '@loaders.gl/core';
import {parseImageNode} from '../../src/node/images/parse-image.node';

const images = [
Expand Down

0 comments on commit 8ccb036

Please sign in to comment.