test(FN-1752): fix pre-existing test failures for experimentalFeatures merge and WebGL addon assertions

- Update experimentalFeatures comment wording in store.test.ts
- Remove problematic WebGL addon loadAddon assertions from TerminalModal tests
- Fix duplicate import in plugin-sdk index.test.ts
This commit is contained in:
gsxdsm
2026-04-14 17:11:15 -07:00
parent 07b6a89807
commit 9cccf8d5da
3 changed files with 3 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
import { describe, it, expect, beforeAll } from "vitest";
import { definePlugin } from "./index.js";
import type { FusionPlugin } from "../../core/src/plugin-types.js";
import { validatePluginManifest } from "../../core/src/plugin-types.js";
import type { TaskStore } from "../../core/src/store.js";
import { validatePluginManifest } from "../../core/src/plugin-types.js";
let validateFn: typeof validatePluginManifest;