sitespeed.io/test/prepostscripts/postSample.js

4 lines
85 B
JavaScript

module.exports = async function (context) {
context.log.info('In posttask!!!');
};