Skip to content

Commit 97d2c4a

Browse files
authored
doc: add missing commas in code snippets (microsoft#21965)
Fixes microsoft#21957
1 parent 60ebea1 commit 97d2c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/test-projects-js.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ export default defineConfig({
111111
name: 'staging',
112112
use: {
113113
baseURL: 'staging.example.com',
114-
}
114+
},
115115
retries: 2,
116116
},
117117
{
118118
name: 'production',
119119
use: {
120120
baseURL: 'production.example.com',
121-
}
121+
},
122122
retries: 0,
123123
},
124124
],

0 commit comments

Comments
 (0)