Skip to content

Commit

Permalink
Fix box drawing tree
Browse files Browse the repository at this point in the history
  • Loading branch information
eliangcs committed Jan 31, 2024
1 parent 05ac7b7 commit 1397398
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions packages/cli/src/tests/utils/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,14 +321,15 @@ describe('build in workspaces', function () {
// Set up a monorepo project structure with two integrations as npm
// workspaces:
//
// packages/
// (project root)
// ├─ package.json
// ├─ app-1/
// │ ├─ index.js
// │ └─ package.json
// └─ app-2/
// ├─ index.js
// └─ package.json
// └── packages/
// ├─ app-1/
// │ ├─ index.js
// │ └─ package.json
// └─ app-2/
// ├─ index.js
// └─ package.json

// Create root package.json
fs.outputFileSync(
Expand Down

0 comments on commit 1397398

Please sign in to comment.