gsplat_library / jest.config.js
bilca's picture
Upload 56 files
352fb85 verified
raw
history blame contribute delete
126 Bytes
/** @type {import("ts-jest").JestConfigWithTsJest} */
export default {
preset: "ts-jest",
testEnvironment: "node",
};