Skip to content

Commit da96026

Browse files
authored
fix: typo in example config (#1187)
After using the cli to create a new project and selecting the advanced template, when running the test command the following error occurs: npx checkly test --record Parsing your project... ! Error: Error loading file '/Users/eddie/Downloads/repos/checkly/checkly.config.ts' Error: ParseError: Unexpected token /Users/eddie/Downloads/repos/checkly/checkly.config.ts:29:52
1 parent 7ac2b8f commit da96026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/advanced-project/checkly.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const config = defineConfig({
2626
*/
2727
runtimeId: '2025.04',
2828
/* Failed check runs will not be retried per default. See `browserChecks` below for a retry example. */
29-
retryStrategy: RetryStrategyBuilder.noRetries(),,
29+
retryStrategy: RetryStrategyBuilder.noRetries(),
3030
/* All checks will have this alert escalation policy defined */
3131
alertEscalationPolicy: AlertEscalationBuilder.runBasedEscalation(1),
3232
/* A glob pattern that matches the Checks inside your repo, see https://www.checklyhq.com/docs/constructs/including-checks/#checks-checkmatch */

0 commit comments

Comments
 (0)