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) • 335 B
JavaScript
//// Unit test for Base < Item < Route
//// Routes link URLs to Zone and Panel visibilities.
import Route from '../../../src/core/router/route.mjs'
import { strict as a } from '../../../deps/node_modules/undo3d-shim-browser/assert/all.mjs'
a.equal('Base < Item < Route', Route.tree,
`Route.tree should be 'Base < Item < Route'`)