tests ready

This commit is contained in:
2026-02-19 13:33:20 +03:00
parent c8b84b7bd7
commit 2c820e103a
17 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;