mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 14:30:38 -07:00
@@ -0,0 +1,6 @@
|
||||
export function throwIntendedError () {
|
||||
throw new Error('intended error')
|
||||
}
|
||||
export async function rejectIntendedError () {
|
||||
throw new Error('intended reject')
|
||||
}
|
||||
Reference in New Issue
Block a user