Files
liquidjs/test/stub/util.ts

7 lines
164 B
TypeScript

export function throwIntendedError () {
throw new Error('intended error')
}
export async function rejectIntendedError () {
throw new Error('intended reject')
}