We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6acd7 commit 6c17604Copy full SHA for 6c17604
packages/compass-e2e-tests/index.ts
@@ -267,7 +267,7 @@ async function main() {
267
const e2eTestGroup = parseInt(process.env.E2E_TEST_GROUP || '1');
268
const e2eTestFilter = process.env.E2E_TEST_FILTER || '*';
269
270
- let tests = (
+ const tests = (
271
await glob(`tests/**/${e2eTestFilter}.{test,spec}.ts`, {
272
cwd: __dirname,
273
})
0 commit comments