
 RUN  v3.2.6 /app


⎯⎯⎯⎯⎯⎯ Failed Suites 1 ⎯⎯⎯⎯⎯⎯⎯

 FAIL  test/parser/next/scratch.ts [ test/parser/next/scratch.ts ]
Error: Cannot find module '../../src/parser' imported from '/app/test/parser/next/scratch.ts'
 ❯ test/parser/next/scratch.ts:2:1
      1| import { describe, it } from 'vitest';
      2| import { parseSource } from '../../src/parser';
       | ^
      3| 
      4| const tryParse = (code: string, options?: any) => {

Caused by: Error: Failed to load url ../../src/parser (resolved id: ../../src/parser) in /app/test/parser/next/scratch.ts. Does the file exist?
 ❯ loadAndTransform node_modules/vite/dist/node/chunks/config.js:22739:33

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯


 Test Files  1 failed (1)
      Tests  no tests
   Start at  11:07:36
   Duration  107ms (transform 18ms, setup 0ms, collect 0ms, tests 0ms, environment 0ms, prepare 25ms)

