mirror of
https://github.com/nvms/prsm.git
synced 2025-12-18 00:50:52 +00:00
- Add tests to ensure predictable start/stop world behavior. - Update README to include example usages.
7 lines
170 B
TypeScript
7 lines
170 B
TypeScript
import { describe } from "manten";
|
|
|
|
await describe("ngn", async ({ runTestSuite }) => {
|
|
runTestSuite(import("./ngn"));
|
|
runTestSuite(import("./ngn/scenes.test"));
|
|
});
|