Skip to content

Commit 40266ff

Browse files
author
cod1k
committed
Fix typo in test log message in e2e-tests script
Corrected a spelling error in the console log output from "Runnings tests" to "Running tests" for clarity. This change ensures proper messaging during test execution.
1 parent c09b420 commit 40266ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ async function run(): Promise<void> {
7373

7474
const testAppPaths = appName ? [appName.trim()] : globSync('*', { cwd: `${__dirname}/test-applications/` });
7575

76-
console.log(`Runnings tests for: ${testAppPaths.join(', ')}`);
76+
console.log(`Running tests for: ${testAppPaths.join(', ')}`);
7777
console.log('');
7878

7979
for (const testAppPath of testAppPaths) {

0 commit comments

Comments
 (0)