Skip to content

Commit

Permalink
fix(test): import HttpsProxyAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Jul 1, 2024
1 parent ee56ec7 commit 624880d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/potree2.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Potree2Layer from 'Layer/Potree2Layer';
import Potree2Source from 'Source/Potree2Source';
import Potree2BinParser from 'Parser/Potree2BinParser';
import View from 'Core/View';
import HttpsProxyAgent from 'https-proxy-agent';
import { HttpsProxyAgent } from 'https-proxy-agent';
import Potree2Node from 'Core/Potree2Node';
import PointsMaterial from 'Renderer/PointsMaterial';
import OrientedImageMaterial from 'Renderer/OrientedImageMaterial';
Expand Down
2 changes: 1 addition & 1 deletion test/unit/potree2layerparsing.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Potree2Source from 'Source/Potree2Source';
import Coordinates from 'Core/Geographic/Coordinates';
import GlobeView from 'Core/Prefab/GlobeView';
import View from 'Core/View';
import HttpsProxyAgent from 'https-proxy-agent';
import { HttpsProxyAgent } from 'https-proxy-agent';
import Renderer from './bootstrap';

describe('Potree2 Provider', function () {
Expand Down

0 comments on commit 624880d

Please sign in to comment.