This repository was archived by the owner on Nov 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12044,7 +12044,7 @@ Generated by [AVA](https://avajs.dev).
12044
12044
12045
12045
> Snapshot 1
12046
12046
12047
- 'test/resources/MultiSchema2/out/bar/SameDirName/MultiSchema2/e .d.ts'
12047
+ 'test/resources/MultiSchema2/out/bar/b .d.ts'
12048
12048
12049
12049
> Snapshot 2
12050
12050
@@ -12055,12 +12055,16 @@ Generated by [AVA](https://avajs.dev).
12055
12055
* and run json-schema-to-typescript to regenerate this file.␊
12056
12056
*/␊
12057
12057
␊
12058
- export type ESchema = string;␊
12058
+ export interface BSchema {␊
12059
+ x?: string;␊
12060
+ y: number;␊
12061
+ [k: string]: unknown;␊
12062
+ }␊
12059
12063
`
12060
12064
12061
12065
> Snapshot 3
12062
12066
12063
- 'test/resources/MultiSchema2/out/bar/b .d.ts'
12067
+ 'test/resources/MultiSchema2/out/bar/SameDirName/MultiSchema2/e .d.ts'
12064
12068
12065
12069
> Snapshot 4
12066
12070
@@ -12071,11 +12075,7 @@ Generated by [AVA](https://avajs.dev).
12071
12075
* and run json-schema-to-typescript to regenerate this file.␊
12072
12076
*/␊
12073
12077
␊
12074
- export interface BSchema {␊
12075
- x?: string;␊
12076
- y: number;␊
12077
- [k: string]: unknown;␊
12078
- }␊
12078
+ export type ESchema = string;␊
12079
12079
`
12080
12080
12081
12081
> Snapshot 5
You can’t perform that action at this time.
0 commit comments