Skip to content

Commit 6c17604

Browse files
committed
use const
1 parent ed6acd7 commit 6c17604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ async function main() {
267267
const e2eTestGroup = parseInt(process.env.E2E_TEST_GROUP || '1');
268268
const e2eTestFilter = process.env.E2E_TEST_FILTER || '*';
269269

270-
let tests = (
270+
const tests = (
271271
await glob(`tests/**/${e2eTestFilter}.{test,spec}.ts`, {
272272
cwd: __dirname,
273273
})

0 commit comments

Comments
 (0)