Skip to content

Commit 03b4afe

Browse files
committed
fix lint
1 parent 8c4254a commit 03b4afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/tests/extension.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
import fs from 'fs';
1818
import path from 'path';
19-
import { chromium } from 'playwright';
2019
import { fileURLToPath } from 'url';
20+
import { chromium } from 'playwright';
2121
import packageJSON from '../../package.json' assert { type: 'json' };
2222
import { test as base, expect } from '../../tests/fixtures.js';
2323

0 commit comments

Comments
 (0)