Skip to content

Commit b80f108

Browse files
committed
🐞 fix: map viewGizmo
1 parent d830e17 commit b80f108

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
77
moduleNameMapper: {
88
threeRenderBuilder: "<rootDir>/packages/chili-three/test/threeRenderBuilder.ts",
9+
viewGizmo: "<rootDir>/packages/chili-three/test/viewGizmo.ts",
910
"\\.(css|less)$": "<rootDir>/packages/chili-controls/test/styleMock.js",
1011
},
1112
};
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
3+
4+
export class ViewGizmo extends HTMLElement {}
5+
6+
customElements.define("view-gizmo", ViewGizmo);

0 commit comments

Comments
 (0)