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