test(frontend): extend coverage for comfyui widgets and helpers

This commit is contained in:
pixelpaws
2025-09-25 15:32:25 +08:00
parent 6ba14bd8fe
commit 3baf93dcc5
7 changed files with 517 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import { showToast } from './utils/uiHelpers.js';
// Chart.js import (assuming it's available globally or via CDN)
// If Chart.js isn't available, we'll need to add it to the project
class StatisticsManager {
export class StatisticsManager {
constructor() {
this.charts = {};
this.data = {};