We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077afb9 commit 82a07f8Copy full SHA for 82a07f8
1 file changed
tests/tools/pages.test.ts
@@ -88,6 +88,7 @@ describe('pages', () => {
88
'<extension-id>',
89
);
90
t.assert.snapshot?.(text);
91
+ await context.uninstallExtension(extensionId);
92
},
93
{},
94
{
@@ -142,6 +143,7 @@ describe('pages', () => {
142
143
144
145
146
147
148
149
@@ -193,6 +195,7 @@ describe('pages', () => {
193
195
194
196
197
198
199
200
201
0 commit comments