feat(bottle): register Chenxing Xiaotansuoh and Yaoshi
This commit is contained in:
parent
716311e168
commit
dba435b9dc
35 changed files with 200 additions and 43 deletions
|
|
@ -69,7 +69,7 @@ test("historical routes stay closed while public language master and private per
|
|||
|
||||
test("each registered persona system exposes all five components", () => {
|
||||
const map = readJson("routing/persona-system-canonical-map.json");
|
||||
assert.equal(map.persona_systems.length, 20);
|
||||
assert.equal(map.persona_systems.length, 23);
|
||||
assert.ok(map.persona_systems.some((entry) => entry.id === "ICE-BB-0002"));
|
||||
assert.ok(map.persona_systems.some((entry) => entry.id === "ICE-BB-0003"));
|
||||
assert.ok(map.persona_systems.some((entry) => entry.id === "ICE-BB-0004"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue