Files
openclaw/src/plugins/loader.test.ts
Peter Steinberger 507038c456 refactor: split oversized test suites (#106354)
* refactor: split oversized test suites

* test: classify split modules as test utilities

* test: preserve bundled routing after suite splits

* style: format unit-fast routing import

* test: preserve owner routing for split suites
2026-07-13 07:01:08 -07:00

6 lines
235 B
TypeScript

import "./loader.base.test-utils.js";
import "./loader.registration.test-utils.js";
import "./loader.activation.test-utils.js";
import "./loader.hooks-and-runtime.test-utils.js";
import "./loader.discovery-and-security.test-utils.js";