import { testB } from './cyclical-b.mjs' export function testA () { console.log('testA') } testB()