feature: improve audio vis a little more
fix: remove some debugging console stuff
This commit is contained in:
parent
0ed013c968
commit
b6b4fefa34
5 changed files with 102 additions and 44 deletions
|
@ -115,10 +115,8 @@ Deno.test({
|
|||
asserts.assert(Array.isArray(long_polled_events));
|
||||
asserts.assertEquals(long_polled_events.length, 1);
|
||||
asserts.assertEquals(long_polled_events[0].data?.i, 12345);
|
||||
console.log('done');
|
||||
});
|
||||
} finally {
|
||||
console.log('finally');
|
||||
clear_room_events_cache();
|
||||
if (test_server_info) {
|
||||
await test_server_info.server.stop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue