@@ -38,7 +38,7 @@ describe('Manifest Utils', () => {
3838 fakePopupEntrypoint ( {
3939 options : {
4040 // @ts -expect-error: Force this to be undefined instead of inheriting the random value
41- mv2Key : type ?? null ,
41+ actionType : type ?? null ,
4242 defaultIcon : {
4343 '16' : '/icon/16.png' ,
4444 } ,
@@ -135,7 +135,7 @@ describe('Manifest Utils', () => {
135135 const popup = fakePopupEntrypoint ( {
136136 options : {
137137 // @ts -expect-error: Force this to be undefined
138- mv2Key : null ,
138+ actionType : null ,
139139 defaultArea : 'navbar' ,
140140 } ,
141141 outputDir : outDir ,
@@ -165,7 +165,7 @@ describe('Manifest Utils', () => {
165165 const popup = fakePopupEntrypoint ( {
166166 options : {
167167 // @ts -expect-error: Force this to be undefined
168- mv2Key : null ,
168+ actionType : null ,
169169 themeIcons,
170170 } ,
171171 outputDir : outDir ,
@@ -191,7 +191,7 @@ describe('Manifest Utils', () => {
191191 const popup = fakePopupEntrypoint ( {
192192 options : {
193193 // @ts -expect-error: Force this to be undefined
194- mv2Key : null ,
194+ actionType : null ,
195195 defaultArea : 'menupanel' ,
196196 } ,
197197 outputDir : outDir ,
@@ -560,7 +560,7 @@ describe('Manifest Utils', () => {
560560 fakePopupEntrypoint ( {
561561 options : {
562562 // @ts -expect-error: Force undefined instead of the random value
563- mv2Key : null ,
563+ actionType : null ,
564564 } ,
565565 outputDir : outDir ,
566566 skipped : false ,
@@ -782,7 +782,7 @@ describe('Manifest Utils', () => {
782782 const popup = fakePopupEntrypoint ( {
783783 options : {
784784 // @ts -expect-error: Force undefined
785- mv2Key : null ,
785+ actionType : null ,
786786 themeIcons : userThemeIcons ,
787787 } ,
788788 outputDir : outDir ,
0 commit comments