fix(test): add extension-safe test helper bridges

This commit is contained in:
Vincent Koc
2026-03-30 09:30:41 +09:00
parent 5bac1aad04
commit b82fd50472
5 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1 @@
export { countLines, hasBalancedFences } from "../../../src/test-utils/chunk-test-helpers.js";

View File

@@ -0,0 +1 @@
export { useFrozenTime, useRealTime } from "../../../src/test-utils/frozen-time.js";