1export function testFunction(req, res) {
2  return 'PASS';
3}
4