Skip to content

Commit 82a07f8

Browse files
committed
chore: added uninstall extension after test run
1 parent 077afb9 commit 82a07f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/tools/pages.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ describe('pages', () => {
8888
'<extension-id>',
8989
);
9090
t.assert.snapshot?.(text);
91+
await context.uninstallExtension(extensionId);
9192
},
9293
{},
9394
{
@@ -142,6 +143,7 @@ describe('pages', () => {
142143
'<extension-id>',
143144
);
144145
t.assert.snapshot?.(text);
146+
await context.uninstallExtension(extensionId);
145147
},
146148
{},
147149
{
@@ -193,6 +195,7 @@ describe('pages', () => {
193195
'<extension-id>',
194196
);
195197
t.assert.snapshot?.(text);
198+
await context.uninstallExtension(extensionId);
196199
},
197200
{},
198201
{

0 commit comments

Comments
 (0)