sitespeed.io/test/prepostscripts/postSample.js

6 lines
83 B
JavaScript

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