| 1 | import { beforeEach, describe, it } from 'node:test' |
| 2 | import assert from 'node:assert/strict' |
| 3 | import { createPinia, setActivePinia } from 'pinia' |
| 4 | import { CHART_CAPABILITY_SKILL_ID } from '@openchatlab/core' |
nothing calls this directly
no test coverage detected