Files
maestro/tests/fixtures/scripts/throws.js
T

3 lines
91 B
JavaScript

async function main() { throw new Error('boom from user script'); }
module.exports = main;