mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
Move test utilities from lib/ to test/ directory
- Rename `lib/test-preload.ts` → `test/preload.ts` and `lib/test-utils.ts` → `test/sqlite.ts` - Update `bunfig.toml` preload path to `./test/preload.ts` - Update all service test imports from `@/lib/test-utils` to `@/test/sqlite`
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
[test]
|
||||
preload = ["./lib/test-preload.ts"]
|
||||
preload = ["./test/preload.ts"]
|
||||
|
||||
Reference in New Issue
Block a user