Skip to content

Commit 027dfbd

Browse files
Update e2e/plugin-lighthouse-e2e/tests/collect.e2e.test.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent 2bcdae3 commit 027dfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/plugin-lighthouse-e2e/tests/collect.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('PLUGIN collect report with lighthouse-plugin NPM package', () => {
2727
});
2828

2929
afterAll(async () => {
30-
// await teardownTestFolder(testFileDir);
30+
await teardownTestFolder(testFileDir);
3131
});
3232

3333
it('should run plugin over CLI and creates report.json', async () => {

0 commit comments

Comments
 (0)