prsm/packages/ngn/src/tests/index.ts
nvms 48d1205505 feat: "scene" (i.e. world) management
- Add tests to ensure predictable start/stop world behavior.
- Update README to include example usages.
2025-03-27 19:13:41 -04:00

7 lines
170 B
TypeScript

import { describe } from "manten";
await describe("ngn", async ({ runTestSuite }) => {
runTestSuite(import("./ngn"));
runTestSuite(import("./ngn/scenes.test"));
});