@@ -18,6 +18,7 @@ describe('dts-generation', () => {
18
18
outdir : generatedDir ,
19
19
clean : false ,
20
20
tsconfigPath : join ( __dirname , '..' , 'tsconfig.json' ) ,
21
+ outputStructure : 'flat' ,
21
22
}
22
23
23
24
await generate ( config )
@@ -39,6 +40,7 @@ describe('dts-generation', () => {
39
40
outdir : generatedDir ,
40
41
clean : false ,
41
42
tsconfigPath : join ( __dirname , '..' , 'tsconfig.json' ) ,
43
+ outputStructure : 'flat' ,
42
44
}
43
45
44
46
await generate ( config )
@@ -60,6 +62,7 @@ describe('dts-generation', () => {
60
62
outdir : generatedDir ,
61
63
clean : false ,
62
64
tsconfigPath : join ( __dirname , '..' , 'tsconfig.json' ) ,
65
+ outputStructure : 'flat' ,
63
66
}
64
67
65
68
await generate ( config )
@@ -81,6 +84,7 @@ describe('dts-generation', () => {
81
84
outdir : generatedDir ,
82
85
clean : false ,
83
86
tsconfigPath : join ( __dirname , '..' , 'tsconfig.json' ) ,
87
+ outputStructure : 'flat'
84
88
}
85
89
86
90
await generate ( config )
@@ -102,6 +106,7 @@ describe('dts-generation', () => {
102
106
outdir : generatedDir ,
103
107
clean : false ,
104
108
tsconfigPath : join ( __dirname , '..' , 'tsconfig.json' ) ,
109
+ outputStructure : 'flat'
105
110
}
106
111
107
112
await generate ( config )
@@ -123,6 +128,7 @@ describe('dts-generation', () => {
123
128
outdir : generatedDir ,
124
129
clean : false ,
125
130
tsconfigPath : join ( __dirname , '..' , 'tsconfig.json' ) ,
131
+ outputStructure : 'flat'
126
132
}
127
133
128
134
await generate ( config )
@@ -144,6 +150,7 @@ describe('dts-generation', () => {
144
150
outdir : generatedDir ,
145
151
clean : false ,
146
152
tsconfigPath : join ( __dirname , '..' , 'tsconfig.json' ) ,
153
+ outputStructure : 'flat'
147
154
}
148
155
149
156
await generate ( config )
@@ -165,6 +172,7 @@ describe('dts-generation', () => {
165
172
outdir : generatedDir ,
166
173
clean : false ,
167
174
tsconfigPath : join ( __dirname , '..' , 'tsconfig.json' ) ,
175
+ outputStructure : 'flat'
168
176
}
169
177
170
178
await generate ( config )
@@ -186,6 +194,7 @@ describe('dts-generation', () => {
186
194
outdir : generatedDir ,
187
195
clean : false ,
188
196
tsconfigPath : join ( __dirname , '..' , 'tsconfig.json' ) ,
197
+ outputStructure : 'flat'
189
198
}
190
199
191
200
await generate ( config )
@@ -207,6 +216,7 @@ describe('dts-generation', () => {
207
216
outdir : generatedDir ,
208
217
clean : false ,
209
218
tsconfigPath : join ( __dirname , '..' , 'tsconfig.json' ) ,
219
+ outputStructure : 'flat'
210
220
}
211
221
212
222
await generate ( config )
@@ -228,6 +238,7 @@ describe('dts-generation', () => {
228
238
outdir : generatedDir ,
229
239
clean : false ,
230
240
tsconfigPath : join ( __dirname , '..' , 'tsconfig.json' ) ,
241
+ outputStructure : 'flat'
231
242
}
232
243
233
244
await generate ( config )
@@ -249,6 +260,7 @@ describe('dts-generation', () => {
249
260
outdir : generatedDir ,
250
261
clean : false ,
251
262
tsconfigPath : join ( __dirname , '..' , 'tsconfig.json' ) ,
263
+ outputStructure : 'flat'
252
264
}
253
265
254
266
await generate ( config )
0 commit comments