You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('places metadata on the first line and does not append it after code blocks',async()=>{
138
+
constsummary=[
139
+
'refactor(config): replace `off` with null to disable options',
140
+
'',
141
+
'### Updated `output` options',
142
+
'',
143
+
'We made the `output` configuration more consistent by using `null` to represent disabled options. [This change](https://heyapi.dev/openapi-ts/migrating#updated-output-options) does not affect boolean options.',
144
+
'',
145
+
'```js',
146
+
'export default {',
147
+
' input: "hey-api/backend", // sign up at app.heyapi.dev',
0 commit comments