Add test script to @pascal-app/core so turbo picks up its unit tests

Without a "test" script the package was invisible to `turbo test` —
private-editor's CI runs `bun run test` (= `turbo test`), which only
walks workspace packages that declare a test runner. Mirrors mcp and
nodes which already do this.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Wassim SAMAD
2026-05-14 11:41:46 -04:00
co-authored by Claude Opus 4.7
parent 2a8eb3e1de
commit c683c04c39
+1
View File
@@ -59,6 +59,7 @@
"scripts": { "scripts": {
"build": "tsc --build", "build": "tsc --build",
"dev": "tsc --build --watch", "dev": "tsc --build --watch",
"test": "bun test",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"peerDependencies": { "peerDependencies": {