test: add bun workspace tests

This commit is contained in:
eric
2026-03-04 09:53:19 +01:00
parent a078a65291
commit 331381e94c
10 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export function workspaceMessage(): string {
return "workspace-pkg-a";
}

View File

@@ -0,0 +1,8 @@
{
"name": "@workspace/pkg-a",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"lodash": "catalog:"
}
}