fix: repair EM observation web charts

This commit is contained in:
梁薄云
2026-08-07 09:46:51 +08:00
parent 8b82467618
commit 05cfd673f5
6 changed files with 1036 additions and 14 deletions
@@ -0,0 +1,14 @@
{
"name": "trajectory-planning-visualization-web-dom-tests",
"private": true,
"type": "module",
"scripts": {
"test": "node --test dashboard.dom.test.mjs"
},
"devDependencies": {
"jsdom": "29.1.1"
},
"engines": {
"node": ">=24"
}
}