Merge branch 'development' into composed-push-iterator
This commit is contained in:
@@ -123,7 +123,8 @@ const testParseTemplateThrowsOnMissingRequiredFields = (): void => {
|
||||
*/
|
||||
const testParseTemplateThrowsOnMissingScriptsField = (): void => {
|
||||
// Set scripts to undefined to test the field path for a missing record
|
||||
const templateWithoutScripts = { ...p2pkhTemplate, scripts: undefined };
|
||||
// @ts-expect-error - scripts is intentionally undefined for this test case
|
||||
const templateWithoutScripts: XOTemplate = { ...p2pkhTemplate, scripts: undefined };
|
||||
|
||||
let thrownError: unknown;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user