node/test/fixtures/syntax/good_syntax.mjs

4 lines
60 B
JavaScript

export function testFunction(req, res) {
return 'PASS';
}