@@ -107,6 +107,7 @@ describe('flashFirmware', () => {
107107 action = await saga . take ( ) ;
108108 expect ( action ) . toMatchInlineSnapshot ( `
109109 Object {
110+ "abiVersion": 5,
110111 "options": Array [
111112 "-mno-unicode",
112113 ],
@@ -622,6 +623,7 @@ describe('flashFirmware', () => {
622623 action = await saga . take ( ) ;
623624 expect ( action ) . toMatchInlineSnapshot ( `
624625 Object {
626+ "abiVersion": 5,
625627 "options": Array [
626628 "-mno-unicode",
627629 ],
@@ -767,6 +769,7 @@ describe('flashFirmware', () => {
767769 action = await saga . take ( ) ;
768770 expect ( action ) . toMatchInlineSnapshot ( `
769771 Object {
772+ "abiVersion": 5,
770773 "options": Array [
771774 "-mno-unicode",
772775 ],
@@ -861,6 +864,7 @@ describe('flashFirmware', () => {
861864 action = await saga . take ( ) ;
862865 expect ( action ) . toMatchInlineSnapshot ( `
863866 Object {
867+ "abiVersion": 5,
864868 "options": Array [
865869 "-mno-unicode",
866870 ],
@@ -964,6 +968,7 @@ describe('flashFirmware', () => {
964968 action = await saga . take ( ) ;
965969 expect ( action ) . toMatchInlineSnapshot ( `
966970 Object {
971+ "abiVersion": 5,
967972 "options": Array [
968973 "-mno-unicode",
969974 ],
@@ -1107,6 +1112,7 @@ describe('flashFirmware', () => {
11071112 action = await saga . take ( ) ;
11081113 expect ( action ) . toMatchInlineSnapshot ( `
11091114 Object {
1115+ "abiVersion": 5,
11101116 "options": Array [
11111117 "-mno-unicode",
11121118 ],
@@ -1236,6 +1242,7 @@ describe('flashFirmware', () => {
12361242 let action = await saga . take ( ) ;
12371243 expect ( action ) . toMatchInlineSnapshot ( `
12381244 Object {
1245+ "abiVersion": 5,
12391246 "options": Array [
12401247 "-mno-unicode",
12411248 ],
@@ -1477,6 +1484,7 @@ describe('flashFirmware', () => {
14771484 let action = await saga . take ( ) ;
14781485 expect ( action ) . toMatchInlineSnapshot ( `
14791486 Object {
1487+ "abiVersion": 5,
14801488 "options": Array [
14811489 "-mno-unicode",
14821490 ],
@@ -1536,6 +1544,7 @@ describe('flashFirmware', () => {
15361544 let action = await saga . take ( ) ;
15371545 expect ( action ) . toMatchInlineSnapshot ( `
15381546 Object {
1547+ "abiVersion": 5,
15391548 "options": Array [
15401549 "-mno-unicode",
15411550 ],
@@ -1596,6 +1605,7 @@ describe('flashFirmware', () => {
15961605 let action = await saga . take ( ) ;
15971606 expect ( action ) . toMatchInlineSnapshot ( `
15981607 Object {
1608+ "abiVersion": 5,
15991609 "options": Array [
16001610 "-mno-unicode",
16011611 ],
@@ -1659,6 +1669,7 @@ describe('flashFirmware', () => {
16591669 let action = await saga . take ( ) ;
16601670 expect ( action ) . toMatchInlineSnapshot ( `
16611671 Object {
1672+ "abiVersion": 5,
16621673 "options": Array [
16631674 "-mno-unicode",
16641675 ],
@@ -1759,6 +1770,7 @@ describe('flashFirmware', () => {
17591770 action = await saga . take ( ) ;
17601771 expect ( action ) . toMatchInlineSnapshot ( `
17611772 Object {
1773+ "abiVersion": 5,
17621774 "options": Array [
17631775 "-mno-unicode",
17641776 ],
0 commit comments