export function testLegacyUnmount()

in packages/bui-utils/src/render.ts [85:89]


export function testLegacyUnmount(container: ContainerType, isTest: boolean) {
  if (process.env.NODE_ENV !== 'production' && isTest) {
    return legacyUnmount(container);
  }
}