Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit 8bdef9a

Browse files
committed
🧹 Updated snapshots with new file order
This will reduce the diff when comparing actual changes (done on linux)
1 parent d8592cd commit 8bdef9a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/__snapshots__/test/test.ts.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12044,7 +12044,7 @@ Generated by [AVA](https://avajs.dev).
1204412044

1204512045
> Snapshot 1
1204612046
12047-
'test/resources/MultiSchema2/out/bar/SameDirName/MultiSchema2/e.d.ts'
12047+
'test/resources/MultiSchema2/out/bar/b.d.ts'
1204812048

1204912049
> Snapshot 2
1205012050
@@ -12055,12 +12055,16 @@ Generated by [AVA](https://avajs.dev).
1205512055
* and run json-schema-to-typescript to regenerate this file.␊
1205612056
*/␊
1205712057
12058-
export type ESchema = string;␊
12058+
export interface BSchema {␊
12059+
x?: string;␊
12060+
y: number;␊
12061+
[k: string]: unknown;␊
12062+
}␊
1205912063
`
1206012064

1206112065
> Snapshot 3
1206212066
12063-
'test/resources/MultiSchema2/out/bar/b.d.ts'
12067+
'test/resources/MultiSchema2/out/bar/SameDirName/MultiSchema2/e.d.ts'
1206412068

1206512069
> Snapshot 4
1206612070
@@ -12071,11 +12075,7 @@ Generated by [AVA](https://avajs.dev).
1207112075
* and run json-schema-to-typescript to regenerate this file.␊
1207212076
*/␊
1207312077
12074-
export interface BSchema {␊
12075-
x?: string;␊
12076-
y: number;␊
12077-
[k: string]: unknown;␊
12078-
}␊
12078+
export type ESchema = string;␊
1207912079
`
1208012080

1208112081
> Snapshot 5

test/__snapshots__/test/test.ts.snap

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)