mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
# Conflicts: # src/og/entity/Entity.js # src/og/math/Mat4.js # src/og/webgl/Handler.js # src/og/webgl/callbacks.js # tests/Globe.test.js
7 lines
149 B
JavaScript
7 lines
149 B
JavaScript
import { XYZ } from "../../src/og/layer/XYZ";
|
|
|
|
test("Testing Extent", () => {
|
|
const xyz = new XYZ("name", {});
|
|
expect(xyz).toBeTruthy();
|
|
});
|