@@ -53,7 +53,7 @@ class AutoDetectLanguage {
53
53
*/
54
54
@ Test
55
55
void testAutoDetectCjs () {
56
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
56
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
57
57
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
58
58
stepHarness .testResource ("rome/js/fileBefore.cjs" , "rome/js/fileAfter.cjs" );
59
59
}
@@ -64,7 +64,7 @@ void testAutoDetectCjs() {
64
64
*/
65
65
@ Test
66
66
void testAutoDetectCts () {
67
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
67
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
68
68
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
69
69
stepHarness .testResource ("rome/ts/fileBefore.cts" , "rome/ts/fileAfter.cts" );
70
70
}
@@ -75,7 +75,7 @@ void testAutoDetectCts() {
75
75
*/
76
76
@ Test
77
77
void testAutoDetectJs () {
78
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
78
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
79
79
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
80
80
stepHarness .testResource ("rome/js/fileBefore.js" , "rome/js/fileAfter.js" );
81
81
}
@@ -86,7 +86,7 @@ void testAutoDetectJs() {
86
86
*/
87
87
@ Test
88
88
void testAutoDetectJson () {
89
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
89
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
90
90
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
91
91
stepHarness .testResource ("rome/json/fileBefore.json" , "rome/json/fileAfter.json" );
92
92
}
@@ -97,7 +97,7 @@ void testAutoDetectJson() {
97
97
*/
98
98
@ Test
99
99
void testAutoDetectJsx () {
100
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
100
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
101
101
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
102
102
stepHarness .testResource ("rome/js/fileBefore.jsx" , "rome/js/fileAfter.jsx" );
103
103
}
@@ -108,7 +108,7 @@ void testAutoDetectJsx() {
108
108
*/
109
109
@ Test
110
110
void testAutoDetectMjs () {
111
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
111
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
112
112
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
113
113
stepHarness .testResource ("rome/js/fileBefore.mjs" , "rome/js/fileAfter.mjs" );
114
114
}
@@ -119,7 +119,7 @@ void testAutoDetectMjs() {
119
119
*/
120
120
@ Test
121
121
void testAutoDetectMts () {
122
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
122
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
123
123
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
124
124
stepHarness .testResource ("rome/ts/fileBefore.mts" , "rome/ts/fileAfter.mts" );
125
125
}
@@ -130,7 +130,7 @@ void testAutoDetectMts() {
130
130
*/
131
131
@ Test
132
132
void testAutoDetectTs () {
133
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
133
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
134
134
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
135
135
stepHarness .testResource ("rome/ts/fileBefore.ts" , "rome/ts/fileAfter.ts" );
136
136
}
@@ -141,7 +141,7 @@ void testAutoDetectTs() {
141
141
*/
142
142
@ Test
143
143
void testAutoDetectTsx () {
144
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
144
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).create ();
145
145
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
146
146
stepHarness .testResource ("rome/ts/fileBefore.tsx" , "rome/ts/fileAfter.tsx" );
147
147
}
@@ -155,7 +155,7 @@ class ConfigFile {
155
155
@ Test
156
156
void testLineWidth120 () {
157
157
var path = createRomeConfig ("rome/config/line-width-120.json" );
158
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withConfigPath (path ).create ();
158
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withConfigPath (path ).create ();
159
159
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
160
160
stepHarness .testResource ("rome/js/longLineBefore.js" , "rome/js/longLineAfter120.js" );
161
161
}
@@ -166,7 +166,7 @@ void testLineWidth120() {
166
166
@ Test
167
167
void testLineWidth80 () {
168
168
var path = createRomeConfig ("rome/config/line-width-80.json" );
169
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withConfigPath (path ).create ();
169
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withConfigPath (path ).create ();
170
170
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
171
171
stepHarness .testResource ("rome/js/longLineBefore.js" , "rome/js/longLineAfter80.js" );
172
172
}
@@ -191,7 +191,7 @@ class ExplicitLanguage {
191
191
*/
192
192
@ Test
193
193
void testAutoDetectCjs () {
194
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("js" ).create ();
194
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("js" ).create ();
195
195
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
196
196
stepHarness .testResource ("rome/js/fileBefore.cjs" , "rome/js/fileAfter.cjs" );
197
197
}
@@ -202,7 +202,7 @@ void testAutoDetectCjs() {
202
202
*/
203
203
@ Test
204
204
void testAutoDetectCts () {
205
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("ts" ).create ();
205
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("ts" ).create ();
206
206
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
207
207
stepHarness .testResource ("rome/ts/fileBefore.cts" , "rome/ts/fileAfter.cts" );
208
208
}
@@ -213,7 +213,7 @@ void testAutoDetectCts() {
213
213
*/
214
214
@ Test
215
215
void testAutoDetectJs () {
216
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("js" ).create ();
216
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("js" ).create ();
217
217
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
218
218
stepHarness .testResource ("rome/js/fileBefore.js" , "rome/js/fileAfter.js" );
219
219
}
@@ -224,7 +224,7 @@ void testAutoDetectJs() {
224
224
*/
225
225
@ Test
226
226
void testAutoDetectJson () {
227
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("json" ).create ();
227
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("json" ).create ();
228
228
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
229
229
stepHarness .testResource ("rome/json/fileBefore.json" , "rome/json/fileAfter.json" );
230
230
}
@@ -235,7 +235,7 @@ void testAutoDetectJson() {
235
235
*/
236
236
@ Test
237
237
void testAutoDetectJsx () {
238
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("jsx" ).create ();
238
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("jsx" ).create ();
239
239
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
240
240
stepHarness .testResource ("rome/js/fileBefore.jsx" , "rome/js/fileAfter.jsx" );
241
241
}
@@ -246,7 +246,7 @@ void testAutoDetectJsx() {
246
246
*/
247
247
@ Test
248
248
void testAutoDetectMjs () {
249
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("js" ).create ();
249
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("js" ).create ();
250
250
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
251
251
stepHarness .testResource ("rome/js/fileBefore.mjs" , "rome/js/fileAfter.mjs" );
252
252
}
@@ -257,7 +257,7 @@ void testAutoDetectMjs() {
257
257
*/
258
258
@ Test
259
259
void testAutoDetectMts () {
260
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("ts" ).create ();
260
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("ts" ).create ();
261
261
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
262
262
stepHarness .testResource ("rome/ts/fileBefore.mts" , "rome/ts/fileAfter.mts" );
263
263
}
@@ -268,7 +268,7 @@ void testAutoDetectMts() {
268
268
*/
269
269
@ Test
270
270
void testAutoDetectTs () {
271
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("ts" ).create ();
271
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("ts" ).create ();
272
272
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
273
273
stepHarness .testResource ("rome/ts/fileBefore.ts" , "rome/ts/fileAfter.ts" );
274
274
}
@@ -279,7 +279,7 @@ void testAutoDetectTs() {
279
279
*/
280
280
@ Test
281
281
void testAutoDetectTsx () {
282
- var step = RomeStep .withExeDownload (EBiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("tsx" ).create ();
282
+ var step = RomeStep .withExeDownload (BiomeFlavor .ROME , "12.0.0" , downloadDir .toString ()).withLanguage ("tsx" ).create ();
283
283
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
284
284
stepHarness .testResource ("rome/ts/fileBefore.tsx" , "rome/ts/fileAfter.tsx" );
285
285
}
@@ -300,7 +300,7 @@ class AutoDetectLanguage {
300
300
*/
301
301
@ Test
302
302
void testAutoDetectCjs () {
303
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
303
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
304
304
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
305
305
stepHarness .testResource ("biome/js/fileBefore.cjs" , "biome/js/fileAfter.cjs" );
306
306
}
@@ -311,7 +311,7 @@ void testAutoDetectCjs() {
311
311
*/
312
312
@ Test
313
313
void testAutoDetectCts () {
314
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
314
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
315
315
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
316
316
stepHarness .testResource ("biome/ts/fileBefore.cts" , "biome/ts/fileAfter.cts" );
317
317
}
@@ -322,7 +322,7 @@ void testAutoDetectCts() {
322
322
*/
323
323
@ Test
324
324
void testAutoDetectJs () {
325
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
325
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
326
326
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
327
327
stepHarness .testResource ("biome/js/fileBefore.js" , "biome/js/fileAfter.js" );
328
328
}
@@ -333,7 +333,7 @@ void testAutoDetectJs() {
333
333
*/
334
334
@ Test
335
335
void testAutoDetectJson () {
336
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
336
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
337
337
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
338
338
stepHarness .testResource ("biome/json/fileBefore.json" , "biome/json/fileAfter.json" );
339
339
}
@@ -344,7 +344,7 @@ void testAutoDetectJson() {
344
344
*/
345
345
@ Test
346
346
void testAutoDetectJsx () {
347
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
347
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
348
348
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
349
349
stepHarness .testResource ("biome/js/fileBefore.jsx" , "biome/js/fileAfter.jsx" );
350
350
}
@@ -355,7 +355,7 @@ void testAutoDetectJsx() {
355
355
*/
356
356
@ Test
357
357
void testAutoDetectMjs () {
358
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
358
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
359
359
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
360
360
stepHarness .testResource ("biome/js/fileBefore.mjs" , "biome/js/fileAfter.mjs" );
361
361
}
@@ -366,7 +366,7 @@ void testAutoDetectMjs() {
366
366
*/
367
367
@ Test
368
368
void testAutoDetectMts () {
369
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
369
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
370
370
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
371
371
stepHarness .testResource ("biome/ts/fileBefore.mts" , "biome/ts/fileAfter.mts" );
372
372
}
@@ -377,7 +377,7 @@ void testAutoDetectMts() {
377
377
*/
378
378
@ Test
379
379
void testAutoDetectTs () {
380
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
380
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
381
381
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
382
382
stepHarness .testResource ("biome/ts/fileBefore.ts" , "biome/ts/fileAfter.ts" );
383
383
}
@@ -388,7 +388,7 @@ void testAutoDetectTs() {
388
388
*/
389
389
@ Test
390
390
void testAutoDetectTsx () {
391
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
391
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).create ();
392
392
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
393
393
stepHarness .testResource ("biome/ts/fileBefore.tsx" , "biome/ts/fileAfter.tsx" );
394
394
}
@@ -402,7 +402,7 @@ class ConfigFile {
402
402
@ Test
403
403
void testLineWidth120 () {
404
404
var path = createBiomeConfig ("biome/config/line-width-120.json" );
405
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withConfigPath (path ).create ();
405
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withConfigPath (path ).create ();
406
406
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
407
407
stepHarness .testResource ("biome/js/longLineBefore.js" , "biome/js/longLineAfter120.js" );
408
408
}
@@ -413,7 +413,7 @@ void testLineWidth120() {
413
413
@ Test
414
414
void testLineWidth80 () {
415
415
var path = createBiomeConfig ("biome/config/line-width-80.json" );
416
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withConfigPath (path ).create ();
416
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withConfigPath (path ).create ();
417
417
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
418
418
stepHarness .testResource ("biome/js/longLineBefore.js" , "biome/js/longLineAfter80.js" );
419
419
}
@@ -438,7 +438,7 @@ class ExplicitLanguage {
438
438
*/
439
439
@ Test
440
440
void testAutoDetectCjs () {
441
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("js" ).create ();
441
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("js" ).create ();
442
442
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
443
443
stepHarness .testResource ("biome/js/fileBefore.cjs" , "biome/js/fileAfter.cjs" );
444
444
}
@@ -449,7 +449,7 @@ void testAutoDetectCjs() {
449
449
*/
450
450
@ Test
451
451
void testAutoDetectCts () {
452
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("ts" ).create ();
452
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("ts" ).create ();
453
453
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
454
454
stepHarness .testResource ("biome/ts/fileBefore.cts" , "biome/ts/fileAfter.cts" );
455
455
}
@@ -460,7 +460,7 @@ void testAutoDetectCts() {
460
460
*/
461
461
@ Test
462
462
void testAutoDetectJs () {
463
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("js" ).create ();
463
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("js" ).create ();
464
464
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
465
465
stepHarness .testResource ("biome/js/fileBefore.js" , "biome/js/fileAfter.js" );
466
466
}
@@ -471,7 +471,7 @@ void testAutoDetectJs() {
471
471
*/
472
472
@ Test
473
473
void testAutoDetectJson () {
474
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("json" ).create ();
474
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("json" ).create ();
475
475
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
476
476
stepHarness .testResource ("biome/json/fileBefore.json" , "biome/json/fileAfter.json" );
477
477
}
@@ -482,7 +482,7 @@ void testAutoDetectJson() {
482
482
*/
483
483
@ Test
484
484
void testAutoDetectJsx () {
485
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("jsx" ).create ();
485
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("jsx" ).create ();
486
486
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
487
487
stepHarness .testResource ("biome/js/fileBefore.jsx" , "biome/js/fileAfter.jsx" );
488
488
}
@@ -493,7 +493,7 @@ void testAutoDetectJsx() {
493
493
*/
494
494
@ Test
495
495
void testAutoDetectMjs () {
496
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("js" ).create ();
496
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("js" ).create ();
497
497
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
498
498
stepHarness .testResource ("biome/js/fileBefore.mjs" , "biome/js/fileAfter.mjs" );
499
499
}
@@ -504,7 +504,7 @@ void testAutoDetectMjs() {
504
504
*/
505
505
@ Test
506
506
void testAutoDetectMts () {
507
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("ts" ).create ();
507
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("ts" ).create ();
508
508
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
509
509
stepHarness .testResource ("biome/ts/fileBefore.mts" , "biome/ts/fileAfter.mts" );
510
510
}
@@ -515,7 +515,7 @@ void testAutoDetectMts() {
515
515
*/
516
516
@ Test
517
517
void testAutoDetectTs () {
518
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("ts" ).create ();
518
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("ts" ).create ();
519
519
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
520
520
stepHarness .testResource ("biome/ts/fileBefore.ts" , "biome/ts/fileAfter.ts" );
521
521
}
@@ -526,7 +526,7 @@ void testAutoDetectTs() {
526
526
*/
527
527
@ Test
528
528
void testAutoDetectTsx () {
529
- var step = RomeStep .withExeDownload (EBiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("tsx" ).create ();
529
+ var step = RomeStep .withExeDownload (BiomeFlavor .BIOME , "1.2.0" , downloadDir .toString ()).withLanguage ("tsx" ).create ();
530
530
var stepHarness = StepHarnessWithFile .forStep (RomeStepTest .this , step );
531
531
stepHarness .testResource ("biome/ts/fileBefore.tsx" , "biome/ts/fileAfter.tsx" );
532
532
}
0 commit comments