docs: document plugin compatibility helpers

This commit is contained in:
Peter Steinberger
2026-06-04 04:38:31 -04:00
parent 21572415c8
commit fffd72f36d
24 changed files with 24 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Exercises browser plugin CLI integration behavior.
import path from "node:path";
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
import { createBundledBrowserPluginFixture } from "../../test/helpers/browser-bundled-plugin-fixture.js";