tests ready

This commit is contained in:
2026-02-19 13:33:20 +03:00
parent e9e529e322
commit 197647d97a
16 changed files with 2618 additions and 65 deletions

View File

@@ -18,9 +18,8 @@
/**
* @PURPOSE Component properties and state.
* @PRE taskId is a valid string, logs is an array of LogEntry objects.
* @PRE logs is an array of LogEntry objects.
*/
export let taskId = "";
export let logs = [];
export let autoScroll = true;