chore: fix test to have deterministic testing (#1401)

This commit is contained in:
Yordis Prieto
2025-07-29 18:54:22 -04:00
committed by GitHub
parent 7e9ac35666
commit 4c34b69ae6
5 changed files with 20 additions and 18 deletions

View File

@@ -1,17 +1,9 @@
// Bun Snapshot v1, https://goo.gl/fbAQLP
// Bun Snapshot v1, https://bun.sh/docs/test/snapshots
exports[`tool.ls basic 1`] = `
"- /home/thdxr/dev/projects/sst/opencode/js/example/
- home/
- thdxr/
- dev/
- projects/
- sst/
- opencode/
- js/
- example/
- ink.tsx
- broken.ts
- cli.ts
"packages/opencode/test/fixtures/example/
broken.ts
cli.ts
ink.tsx
"
`;