File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ import { app } from './utils'
2
2
3
3
test ( 'typegen' , async ( ) => {
4
4
const { body } = await app . inject ( { method : 'GET' , path : '/generators/typescript' } )
5
- // This is expected to be very brittle, as generated types can change a lot
6
- // without being breaking changes. Use `npm run test:update` to make life
7
- // easier.
8
5
expect ( body ) . toMatchInlineSnapshot ( `
9
6
"export type Json =
10
7
| string
@@ -355,9 +352,6 @@ test('typegen w/ one-to-one relationships', async () => {
355
352
path : '/generators/typescript' ,
356
353
query : { detect_one_to_one_relationships : 'true' } ,
357
354
} )
358
- // This is expected to be very brittle, as generated types can change a lot
359
- // without being breaking changes. Use `npm run test:update` to make life
360
- // easier.
361
355
expect ( body ) . toMatchInlineSnapshot ( `
362
356
"export type Json =
363
357
| string
You can’t perform that action at this time.
0 commit comments