Commit da96026
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:521 parent 7ac2b8f commit da96026
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments