@@ -369,7 +369,7 @@ describe('socket fix', async () => {
369369 'should handle vulnerable dependencies fixture project' ,
370370 async cmd => {
371371 const { tempDir, cleanup } = await withTempFixture (
372- path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' )
372+ path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' ) ,
373373 )
374374 cleanupFunctions . push ( cleanup )
375375
@@ -390,7 +390,7 @@ describe('socket fix', async () => {
390390 'should handle monorepo fixture project' ,
391391 async cmd => {
392392 const { tempDir, cleanup } = await withTempFixture (
393- path . join ( fixtureBaseDir , 'pnpm/monorepo' )
393+ path . join ( fixtureBaseDir , 'pnpm/monorepo' ) ,
394394 )
395395 cleanupFunctions . push ( cleanup )
396396
@@ -541,7 +541,7 @@ describe('socket fix', async () => {
541541 'should handle PURL-based vulnerability identification' ,
542542 async cmd => {
543543 const { tempDir, cleanup } = await withTempFixture (
544- path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' )
544+ path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' ) ,
545545 )
546546 cleanupFunctions . push ( cleanup )
547547
@@ -568,7 +568,7 @@ describe('socket fix', async () => {
568568 'should handle multiple vulnerability IDs in comma-separated format' ,
569569 async cmd => {
570570 const { tempDir, cleanup } = await withTempFixture (
571- path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' )
571+ path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' ) ,
572572 )
573573 cleanupFunctions . push ( cleanup )
574574
@@ -597,7 +597,7 @@ describe('socket fix', async () => {
597597 'should handle multiple vulnerability IDs as separate flags' ,
598598 async cmd => {
599599 const { tempDir, cleanup } = await withTempFixture (
600- path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' )
600+ path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' ) ,
601601 )
602602 cleanupFunctions . push ( cleanup )
603603
@@ -628,7 +628,7 @@ describe('socket fix', async () => {
628628 'should handle autopilot mode with JSON output and custom limit' ,
629629 async cmd => {
630630 const { tempDir, cleanup } = await withTempFixture (
631- path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' )
631+ path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' ) ,
632632 )
633633 cleanupFunctions . push ( cleanup )
634634
@@ -658,7 +658,7 @@ describe('socket fix', async () => {
658658 'should handle monorepo with pin style and markdown output' ,
659659 async cmd => {
660660 const { tempDir, cleanup } = await withTempFixture (
661- path . join ( fixtureBaseDir , 'pnpm/monorepo' )
661+ path . join ( fixtureBaseDir , 'pnpm/monorepo' ) ,
662662 )
663663 cleanupFunctions . push ( cleanup )
664664
@@ -767,7 +767,7 @@ describe('socket fix', async () => {
767767 'should handle non-existent GHSA IDs gracefully' ,
768768 async cmd => {
769769 const { tempDir, cleanup } = await withTempFixture (
770- path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' )
770+ path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' ) ,
771771 )
772772 cleanupFunctions . push ( cleanup )
773773
@@ -792,7 +792,7 @@ describe('socket fix', async () => {
792792 'should show clear error when both json and markdown flags are used' ,
793793 async cmd => {
794794 const { tempDir, cleanup } = await withTempFixture (
795- path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' )
795+ path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' ) ,
796796 )
797797 cleanupFunctions . push ( cleanup )
798798
@@ -828,7 +828,7 @@ describe('socket fix', async () => {
828828 'should handle malformed CVE IDs gracefully' ,
829829 async cmd => {
830830 const { tempDir, cleanup } = await withTempFixture (
831- path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' )
831+ path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' ) ,
832832 )
833833 cleanupFunctions . push ( cleanup )
834834
@@ -861,7 +861,7 @@ describe('socket fix', async () => {
861861 'should handle unusually long tokens gracefully' ,
862862 async cmd => {
863863 const { tempDir, cleanup } = await withTempFixture (
864- path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' )
864+ path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' ) ,
865865 )
866866 cleanupFunctions . push ( cleanup )
867867
@@ -886,7 +886,7 @@ describe('socket fix', async () => {
886886 'should handle mixed valid and invalid vulnerability IDs' ,
887887 async cmd => {
888888 const { tempDir, cleanup } = await withTempFixture (
889- path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' )
889+ path . join ( fixtureBaseDir , 'pnpm/vulnerable-deps' ) ,
890890 )
891891 cleanupFunctions . push ( cleanup )
892892
0 commit comments