summaryrefslogtreecommitdiffhomepage
path: root/packages/app/package.json
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-06 09:37:49 -0600
committerGitHub <[email protected]>2026-02-06 09:37:49 -0600
commita4bc883595df9ea0f752079519081bc602408553 (patch)
tree583f21642f431899abe1dfb1f6bd9b2c01dc0206 /packages/app/package.json
parentc07077f96c0019b2e18e0e8e1e0383deda08b3e6 (diff)
downloadopencode-a4bc883595df9ea0f752079519081bc602408553.tar.gz
opencode-a4bc883595df9ea0f752079519081bc602408553.zip
chore: refactoring and tests (#12468)
Diffstat (limited to 'packages/app/package.json')
-rw-r--r--packages/app/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/app/package.json b/packages/app/package.json
index bcdcece3a..12b805360 100644
--- a/packages/app/package.json
+++ b/packages/app/package.json
@@ -14,7 +14,8 @@
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
- "test": "playwright test",
+ "test": "bun run test:unit",
+ "test:unit": "bun test ./src",
"test:e2e": "playwright test",
"test:e2e:local": "bun script/e2e-local.ts",
"test:e2e:ui": "playwright test --ui",