arch: register enterprise four-domain work body
This commit is contained in:
parent
d563e6fd73
commit
729060de2a
7 changed files with 203 additions and 3 deletions
|
|
@ -14,6 +14,9 @@ test("personal node keeps the work lake private and platform hosting at zero", (
|
|||
assert.equal(map.platform_user_runtime_hosting, false);
|
||||
assert.equal(map.enterprise_registry.stores_private_work_lake, false);
|
||||
assert.equal(map.enterprise_registry.stores_code_memory_tasks_or_terminal_output, false);
|
||||
assert.equal(map.enterprise_four_domain_work_body.is_public_user_runtime_hosting, false);
|
||||
assert.equal(map.enterprise_four_domain_work_body.may_store_enterprise_work_repositories, true);
|
||||
assert.equal(map.enterprise_four_domain_work_body.may_store_ordinary_user_private_work_lakes, false);
|
||||
});
|
||||
|
||||
test("SQLite, Git, HLDP, files, and terminal remain separate organs", () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue