This commit is contained in:
tree 2022-05-27 11:23:11 +02:00
rodič 478a594cf5
revize 746b0eba0a
4 změnil soubory, kde provedl 15863 přidání a 15302 odebrání

Rozdílový obsah nebyl zobrazen, protože je příliš veliký Načíst rozdílové porovnání

Zobrazit soubor

@ -1301,6 +1301,7 @@
- id: frantisek-kudrna
name: František Kudrna
twitter: FrantisekKudrna
linkedin: fkudrna
orgs: |
CFO @ [Altlift](https://www.altlift.cz/)

Zobrazit soubor

@ -11,6 +11,9 @@
- '2/10:00-14:00'
- '2/15:00-19:00'
livestream: true
streams:
- '1/08:45-19:30/jJUn50_iyFI'
- '2/09:45-19:15/xxxxx'
- id: lustrovy-sal
name: Lustrový sál
@ -25,6 +28,9 @@
- '2/10:00-13:00'
- '2/13:30-18:30'
livestream: true
streams:
- '1/09:15-19:30/jJUn50_iyFI'
- '2/09:45-18:30/xxxxx'
- id: klenbovy-sal
name: Klenbový sál
@ -39,6 +45,9 @@
- '2/10:00-13:00'
- '2/13:30-18:30'
livestream: true
streams:
- '1/09:15-19:30/pS5khAKucq8'
- '2/09:45-18:30/xxxxx'
- id: exit-room
name: Exit room
@ -53,6 +62,9 @@
- '2/10:00-13:30'
- '2/14:00-18:30'
livestream: true
streams:
- '1/09:15-19:30/bqiZ2xih6Jk'
- '2/09:45-18:30/xxxxx'
- id: knihovna
name: Knihovna

Zobrazit soubor

@ -121,8 +121,6 @@ for (const entryId of utxo.entriesList()) {
}
}
});
}
if (["events"].includes(specId)) {
Deno.test(`UTXO.${entryId}: ${specId}[fixed-stages]`, () => {
const stages = entry.specs.stages.map((s) => s.id);
for (const item of entry.specs[specId]) {