UNPKG

undo3d

Version:

Undo3D helps you build free-roaming 3D web apps where thousands of users can collaborate creatively in real time. Expect the first public beta mid-2019, and the first production release mid-2020.

9 lines (6 loc) 332 B
//// Unit test for Base < Module < Cli //// Every app has a Command Line Interface - usually hidden. import Cli from '../../../src/core/cli/cli.mjs' import { strict as a } from '../../../deps/node_modules/undo3d-shim-browser/assert/all.mjs' a.equal('Base < Module < Cli', Cli.tree, `Cli.tree should be 'Base < Module < Cli'`)