Vite Vitest Esm Etc

The issue

// importer
import importee from './importee'
console.log('importee', importee)

// importee
export default 'something'

will error our with

 Cannot find module '/private/tmp/...'. Did you mean to import ../importee.js?