JSpackages/rsc/__tests__/test-action-module.mjsmjs159 Bf7d602df/** * Test module for ESM action loading */ export async function testAction() { return "action result"; } export const notAFunction = "not a function";