Adapter interface for integrating with different test frameworks.
Provides a unified interface for test framework primitives (describe, test, beforeEach),
enabling the same test suites to run on Vitest, Jest, Mocha, or any other framework.
Implementations should wrap their framework's native functions.
Adapter interface for integrating with different test frameworks.
Provides a unified interface for test framework primitives (describe, test, beforeEach), enabling the same test suites to run on Vitest, Jest, Mocha, or any other framework. Implementations should wrap their framework's native functions.
Example