mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 02:50:24 +00:00
fix(test): add extension-safe test helper bridges
This commit is contained in:
1
test/helpers/plugins/chunk.ts
Normal file
1
test/helpers/plugins/chunk.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { countLines, hasBalancedFences } from "../../../src/test-utils/chunk-test-helpers.js";
|
||||
1
test/helpers/plugins/frozen-time.ts
Normal file
1
test/helpers/plugins/frozen-time.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { useFrozenTime, useRealTime } from "../../../src/test-utils/frozen-time.js";
|
||||
Reference in New Issue
Block a user