'use strict'; module.exports.property = async ({ resolveVariable }) => ({ varResult: await resolveVariable('file(missing.json)'), });