// Native ESM: tests run under Node's experimental VM modules, no Babel. // packages/ is excluded — @jlinc/core ships its own suite. export default { testEnvironment: "node", transform: {}, testPathIgnorePatterns: ["/node_modules/", "/packages/"], clearMocks: true, };