Skip to content

Commit 2775537

Browse files
committed
fix typo
1 parent 8cae3d1 commit 2775537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/scan/cmd-scan-reach.e2e.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ describe('socket scan reach (E2E tests)', async () => {
553553
expect(
554554
subprojectPaths,
555555
"should NOT have packages/package-a since it's represented by the . subproject",
556-
).not.toContain('packages/packaga-a')
556+
).not.toContain('packages/package-a')
557557

558558
// Verify we have components.
559559
expect(

0 commit comments

Comments
 (0)