forked from terraforming-mars/terraforming-mars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig-test.json
442 lines (442 loc) · 20.7 KB
/
tsconfig-test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
{
"compilerOptions": {
"module": "commonjs",
"lib": [],
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"removeComments": true,
"preserveConstEnums": true,
"outDir": "dist",
"skipLibCheck": true,
"sourceMap": true,
"target": "es5",
"types": ["node", "mocha", "chai"]
},
"include": [
"tests/cards/*.spec.ts",
"tests/cards/corporation/*.spec.ts",
"tests/cards/prelude/*.spec.ts",
"tests/cards/venusNext/*.spec.ts",
"tests/cards/colonies/*.spec.ts",
"tests/cards/turmoil/*.spec.ts",
"tests/cards/promo/*.spec.ts",
"tests/milestones/*.spec.ts",
"tests/awards/*.spec.ts",
"tests/*.spec.ts",
"tests/TestingUtils.ts",
"tests/globalEvents/*.spec.ts"
],
"files": [
"tests/cards/AICentral.spec.ts",
"tests/cards/AcquiredCompany.spec.ts",
"tests/cards/AdaptationTechnology.spec.ts",
"tests/cards/AdaptedLichen.spec.ts",
"tests/cards/AdvancedAlloys.spec.ts",
"tests/cards/AdvancedEcosystems.spec.ts",
"tests/cards/AerobrakedAmmoniaAsteroid.spec.ts",
"tests/cards/Algae.spec.ts",
"tests/cards/AntiGravityTechnology.spec.ts",
"tests/cards/Ants.spec.ts",
"tests/cards/AquiferPumping.spec.ts",
"tests/cards/ArchaeBacteria.spec.ts",
"tests/cards/ArcticAlgae.spec.ts",
"tests/cards/ArtificialLake.spec.ts",
"tests/cards/ArtificialPhotosynthesis.spec.ts",
"tests/cards/Asteroid.spec.ts",
"tests/cards/AsteroidMining.spec.ts",
"tests/cards/AsteroidMiningConsortium.spec.ts",
"tests/cards/BeamFromAThoriumAsteroid.spec.ts",
"tests/cards/BigAsteroid.spec.ts",
"tests/cards/BiomassCombustors.spec.ts",
"tests/cards/Birds.spec.ts",
"tests/cards/BlackPolarDust.spec.ts",
"tests/cards/BreathingFilters.spec.ts",
"tests/cards/BribedCommitte.spec.ts",
"tests/cards/BuildingIndustries.spec.ts",
"tests/cards/Bushes.spec.ts",
"tests/cards/BusinessContacts.spec.ts",
"tests/cards/BusinessNetwork.spec.ts",
"tests/cards/CEOsFavoriteProject.spec.ts",
"tests/cards/CallistoPenalMines.spec.ts",
"tests/cards/Capital.spec.ts",
"tests/cards/CarbonateProcessing.spec.ts",
"tests/cards/CaretakerContract.spec.ts",
"tests/cards/Cartel.spec.ts",
"tests/cards/CloudSeeding.spec.ts",
"tests/cards/ColonizerTrainingCamp.spec.ts",
"tests/cards/CommercialDistrict.spec.ts",
"tests/cards/Comet.spec.ts",
"tests/cards/ConvoyFromEuropa.spec.ts",
"tests/cards/CorporateStronghold.spec.ts",
"tests/cards/CupolaCity.spec.ts",
"tests/cards/Decomposers.spec.ts",
"tests/cards/DeepWellHeating.spec.ts",
"tests/cards/DeimosDown.spec.ts",
"tests/cards/DesignedMicroOrganisms.spec.ts",
"tests/cards/DevelopmentCenter.spec.ts",
"tests/cards/DomedCrater.spec.ts",
"tests/cards/DustSeals.spec.ts",
"tests/cards/EOSChasmaNationalPark.spec.ts",
"tests/cards/EarthCatapult.spec.ts",
"tests/cards/EarthOffice.spec.ts",
"tests/cards/EcologicalZone.spec.ts",
"tests/cards/ElectroCatapult.spec.ts",
"tests/cards/EnergySaving.spec.ts",
"tests/cards/EnergyTapping.spec.ts",
"tests/cards/EquatorialMagnetizer.spec.ts",
"tests/cards/ExtremeColdFungus.spec.ts",
"tests/cards/Farming.spec.ts",
"tests/cards/Fish.spec.ts",
"tests/cards/Flooding.spec.ts",
"tests/cards/FoodFactory.spec.ts",
"tests/cards/FuelFactory.spec.ts",
"tests/cards/FueledGenerators.spec.ts",
"tests/cards/FusionPower.spec.ts",
"tests/cards/GHGFactories.spec.ts",
"tests/cards/GHGProducingBacteria.spec.ts",
"tests/cards/GanymedeColony.spec.ts",
"tests/cards/GeneRepair.spec.ts",
"tests/cards/GeothermalPower.spec.ts",
"tests/cards/GiantIceAsteroid.spec.ts",
"tests/cards/GiantSpaceMirror.spec.ts",
"tests/cards/Grass.spec.ts",
"tests/cards/GreatDam.spec.ts",
"tests/cards/GreatEscarpmentConsortium.spec.ts",
"tests/cards/Greenhouses.spec.ts",
"tests/cards/Hackers.spec.ts",
"tests/cards/HeatTrappers.spec.ts",
"tests/cards/Heather.spec.ts",
"tests/cards/Herbivores.spec.ts",
"tests/cards/HiredRaiders.spec.ts",
"tests/cards/IceAsteroid.spec.ts",
"tests/cards/IceCapMelting.spec.ts",
"tests/cards/ImmigrantCity.spec.ts",
"tests/cards/ImmigrationShuttles.spec.ts",
"tests/cards/ImportOfAdvancedGHG.spec.ts",
"tests/cards/ImportedGHG.spec.ts",
"tests/cards/ImportedHydrogen.spec.ts",
"tests/cards/ImportedNitrogen.spec.ts",
"tests/cards/IndenturedWorkers.spec.ts",
"tests/cards/IndustrialCenter.spec.ts",
"tests/cards/IndustrialMicrobes.spec.ts",
"tests/cards/Insects.spec.ts",
"tests/cards/Insulation.spec.ts",
"tests/cards/InterstellarColonyShip.spec.ts",
"tests/cards/InventionContest.spec.ts",
"tests/cards/InventorsGuild.spec.ts",
"tests/cards/InvestmentLoan.spec.ts",
"tests/cards/IoMiningIndustries.spec.ts",
"tests/cards/Ironworks.spec.ts",
"tests/cards/KelpFarming.spec.ts",
"tests/cards/LagrangeObservatory.spec.ts",
"tests/cards/LakeMarineris.spec.ts",
"tests/cards/LandClaim.spec.ts",
"tests/cards/LargeConvoy.spec.ts",
"tests/cards/LavaFlows.spec.ts",
"tests/cards/Lichen.spec.ts",
"tests/cards/LightningHarvest.spec.ts",
"tests/cards/Livestock.spec.ts",
"tests/cards/LocalHeatTrapping.spec.ts",
"tests/cards/LunarBeam.spec.ts",
"tests/cards/MagneticFieldDome.spec.ts",
"tests/cards/MagneticFieldGenerators.spec.ts",
"tests/cards/Mangrove.spec.ts",
"tests/cards/MarsUniversity.spec.ts",
"tests/cards/MartianRails.spec.ts",
"tests/cards/MassConverter.spec.ts",
"tests/cards/MediaArchives.spec.ts",
"tests/cards/MediaGroup.spec.ts",
"tests/cards/MedicalLab.spec.ts",
"tests/cards/MethaneFromTitan.spec.ts",
"tests/cards/MicroMills.spec.ts",
"tests/cards/Mine.spec.ts",
"tests/cards/MineralDeposit.spec.ts",
"tests/cards/MiningArea.spec.ts",
"tests/cards/MiningExpedition.spec.ts",
"tests/cards/MiningRights.spec.ts",
"tests/cards/MirandaResort.spec.ts",
"tests/cards/MoholeArea.spec.ts",
"tests/cards/Moss.spec.ts",
"tests/cards/NaturalPreserve.spec.ts",
"tests/cards/NitriteReducingBacteria.spec.ts",
"tests/cards/NitrogenRichAsteroid.spec.ts",
"tests/cards/NitrophilicMoss.spec.ts",
"tests/cards/NoctisCity.spec.ts",
"tests/cards/NoctisFarming.spec.ts",
"tests/cards/NuclearPower.spec.ts",
"tests/cards/NuclearZone.spec.ts",
"tests/cards/OlympusConference.spec.ts",
"tests/cards/OpenCity.spec.ts",
"tests/cards/OptimalAerobraking.spec.ts",
"tests/cards/OreProcessor.spec.ts",
"tests/cards/PermafrostExtraction.spec.ts",
"tests/cards/PeroxidePower.spec.ts",
"tests/cards/Pets.spec.ts",
"tests/cards/PhobosSpaceHaven.spec.ts",
"tests/cards/PhysicsComplex.spec.ts",
"tests/cards/Plantation.spec.ts",
"tests/cards/PowerGrid.spec.ts",
"tests/cards/PowerInfrastructure.spec.ts",
"tests/cards/PowerPlant.spec.ts",
"tests/cards/PowerSupplyConsortium.spec.ts",
"tests/cards/Predators.spec.ts",
"tests/cards/ProtectedHabitats.spec.ts",
"tests/cards/ProtectedValley.spec.ts",
"tests/cards/QuantumExtractor.spec.ts",
"tests/cards/RadChemFactory.spec.ts",
"tests/cards/RadSuits.spec.ts",
"tests/cards/RegolithEaters.spec.ts",
"tests/cards/ReleaseOfInertGases.spec.ts",
"tests/cards/ResearchOutpost.spec.ts",
"tests/cards/Research.spec.ts",
"tests/cards/RestrictedArea.spec.ts",
"tests/cards/RoboticWorkforce.spec.ts",
"tests/cards/RoverConstruction.spec.ts",
"tests/cards/Sabotage.spec.ts",
"tests/cards/Satellites.spec.ts",
"tests/cards/SearchForLife.spec.ts",
"tests/cards/SecurityFleet.spec.ts",
"tests/cards/Shuttles.spec.ts",
"tests/cards/SmallAnimals.spec.ts",
"tests/cards/SoilFactory.spec.ts",
"tests/cards/SolarPower.spec.ts",
"tests/cards/SolarWindPower.spec.ts",
"tests/cards/Soletta.spec.ts",
"tests/cards/SpaceElevator.spec.ts",
"tests/cards/SpaceMirrors.spec.ts",
"tests/cards/SpaceStation.spec.ts",
"tests/cards/SpecialDesign.spec.ts",
"tests/cards/Sponsors.spec.ts",
"tests/cards/StandardTechnology.spec.ts",
"tests/cards/Steelworks.spec.ts",
"tests/cards/StripMine.spec.ts",
"tests/cards/SubterraneanReservoir.spec.ts",
"tests/cards/SymbioticFungus.spec.ts",
"tests/cards/Tardigrades.spec.ts",
"tests/cards/TechnologyDemonstration.spec.ts",
"tests/cards/TectonicStressPower.spec.ts",
"tests/cards/TerraformingGanymede.spec.ts",
"tests/cards/TitaniumMine.spec.ts",
"tests/cards/TollStation.spec.ts",
"tests/cards/TowingAComet.spec.ts",
"tests/cards/TransNeptuneProbe.spec.ts",
"tests/cards/Trees.spec.ts",
"tests/cards/TropicalResort.spec.ts",
"tests/cards/TundraFarming.spec.ts",
"tests/cards/UndergroundCity.spec.ts",
"tests/cards/UndergroundDetonations.spec.ts",
"tests/cards/UrbanizedArea.spec.ts",
"tests/cards/VestaShipyard.spec.ts",
"tests/cards/ViralEnhancers.spec.ts",
"tests/cards/Virus.spec.ts",
"tests/cards/WaterImportFromEuropa.spec.ts",
"tests/cards/WaterSplittingPlant.spec.ts",
"tests/cards/WavePower.spec.ts",
"tests/cards/Windmills.spec.ts",
"tests/cards/Worms.spec.ts",
"tests/cards/Zeppelins.spec.ts",
"tests/cards/corporation/BeginnerCorporation.spec.ts",
"tests/cards/corporation/CrediCor.spec.ts",
"tests/cards/corporation/EcoLine.spec.ts",
"tests/cards/corporation/Helion.spec.ts",
"tests/cards/corporation/InterplanetaryCinematics.spec.ts",
"tests/cards/corporation/Inventrix.spec.ts",
"tests/cards/corporation/MiningGuild.spec.ts",
"tests/cards/corporation/PhoboLog.spec.ts",
"tests/cards/corporation/SaturnSystems.spec.ts",
"tests/cards/corporation/Teractor.spec.ts",
"tests/cards/corporation/TharsisRepublic.spec.ts",
"tests/cards/corporation/Thorgate.spec.ts",
"tests/cards/corporation/UnitedNationsMarsInitiative.spec.ts",
"tests/cards/prelude/AcquiredSpaceAgency.spec.ts",
"tests/cards/prelude/AlliedBanks.spec.ts",
"tests/cards/prelude/AquiferTurbines.spec.ts",
"tests/cards/prelude/Biofuels.spec.ts",
"tests/cards/prelude/Biolab.spec.ts",
"tests/cards/prelude/BiosphereSupport.spec.ts",
"tests/cards/prelude/BusinessEmpire.spec.ts",
"tests/cards/prelude/CheungShingMARS.spec.ts",
"tests/cards/prelude/DomeFarming.spec.ts",
"tests/cards/prelude/Donation.spec.ts",
"tests/cards/prelude/EarlySettlement.spec.ts",
"tests/cards/prelude/EccentricSponsor.spec.ts",
"tests/cards/prelude/EcologyExperts.spec.ts",
"tests/cards/prelude/ExperimentalForest.spec.ts",
"tests/cards/prelude/GalileanMining.spec.ts",
"tests/cards/prelude/GreatAquifer.spec.ts",
"tests/cards/prelude/HousePrinting.spec.ts",
"tests/cards/prelude/HugeAsteroid.spec.ts",
"tests/cards/prelude/IoResearchOutpost.spec.ts",
"tests/cards/prelude/LavaTubeSettlement.spec.ts",
"tests/cards/prelude/Loan.spec.ts",
"tests/cards/prelude/MartianIndustries.spec.ts",
"tests/cards/prelude/MartianSurvey.spec.ts",
"tests/cards/prelude/MetalRichAsteroid.spec.ts",
"tests/cards/prelude/MetalsCompany.spec.ts",
"tests/cards/prelude/MiningOperations.spec.ts",
"tests/cards/prelude/Mohole.spec.ts",
"tests/cards/prelude/MoholeExcavation.spec.ts",
"tests/cards/prelude/NitrogenDelivery.spec.ts",
"tests/cards/prelude/OrbitalConstructionYard.spec.ts",
"tests/cards/prelude/PointLuna.spec.ts",
"tests/cards/prelude/PolarIndustries.spec.ts",
"tests/cards/prelude/PowerGeneration.spec.ts",
"tests/cards/prelude/Psychrophiles.spec.ts",
"tests/cards/prelude/ResearchCoordination.spec.ts",
"tests/cards/prelude/SmeltingPlant.spec.ts",
"tests/cards/prelude/SocietySupport.spec.ts",
"tests/cards/prelude/SpaceHotels.spec.ts",
"tests/cards/prelude/Supplier.spec.ts",
"tests/cards/prelude/SupplyDrop.spec.ts",
"tests/cards/prelude/UNMIContractor.spec.ts",
"tests/cards/prelude/ValleyTrust.spec.ts",
"tests/cards/prelude/Vitor.spec.ts",
"tests/cards/venusNext/Aphrodite.spec.ts",
"tests/cards/venusNext/Viron.spec.ts",
"tests/cards/venusNext/GiantSolarShade.spec.ts",
"tests/cards/venusNext/DeuteriumExport.spec.ts",
"tests/cards/venusNext/AerialMappers.spec.ts",
"tests/cards/venusNext/Manutech.spec.ts",
"tests/cards/venusNext/Celestic.spec.ts",
"tests/cards/venusNext/IshtarMining.spec.ts",
"tests/cards/venusNext/MorningStarInc.spec.ts",
"tests/cards/venusNext/AerosportTournament.spec.ts",
"tests/cards/venusNext/AirScrappingExpedition.spec.ts",
"tests/cards/venusNext/CometForVenus.spec.ts",
"tests/cards/venusNext/Dirigibles.spec.ts",
"tests/cards/venusNext/Atmoscoop.spec.ts",
"tests/cards/venusNext/MaxwellBase.spec.ts",
"tests/cards/venusNext/DawnCity.spec.ts",
"tests/cards/venusNext/AtalantaPlanitiaLab.spec.ts",
"tests/cards/venusNext/GHGImportFromVenus.spec.ts",
"tests/cards/venusNext/CorroderSuits.spec.ts",
"tests/cards/venusNext/FloatingHabs.spec.ts",
"tests/cards/venusNext/Extremophiles.spec.ts",
"tests/cards/venusNext/ExtractorBalloons.spec.ts",
"tests/cards/venusNext/ForcedPrecipitation.spec.ts",
"tests/cards/venusNext/FreyjaBiodomes.spec.ts",
"tests/cards/venusNext/Gyropolis.spec.ts",
"tests/cards/venusNext/HydrogenToVenus.spec.ts",
"tests/cards/venusNext/IoSulphurResearch.spec.ts",
"tests/cards/venusNext/JetStreamMicroscrappers.spec.ts",
"tests/cards/venusNext/LocalShading.spec.ts",
"tests/cards/venusNext/LunaMetropolis.spec.ts",
"tests/cards/venusNext/LuxuryFoods.spec.ts",
"tests/cards/venusNext/MiningQuota.spec.ts",
"tests/cards/venusNext/NeutralizerFactory.spec.ts",
"tests/cards/venusNext/Omnicourt.spec.ts",
"tests/cards/venusNext/OrbitalReflectors.spec.ts",
"tests/cards/venusNext/RotatorImpacts.spec.ts",
"tests/cards/venusNext/SisterPlanetSupport.spec.ts",
"tests/cards/venusNext/SpinInducingAsteroid.spec.ts",
"tests/cards/venusNext/Solarnet.spec.ts",
"tests/cards/venusNext/SponsoredAcademies.spec.ts",
"tests/cards/venusNext/Stratopolis.spec.ts",
"tests/cards/venusNext/StratosphericBirds.spec.ts",
"tests/cards/venusNext/SulphurEatingBacteria.spec.ts",
"tests/cards/venusNext/SulphurExports.spec.ts",
"tests/cards/venusNext/TerraformingContract.spec.ts",
"tests/cards/venusNext/Thermophiles.spec.ts",
"tests/cards/venusNext/VenusGovernor.spec.ts",
"tests/cards/venusNext/VenusianAnimals.spec.ts",
"tests/cards/venusNext/VenusianInsects.spec.ts",
"tests/cards/venusNext/VenusianPlants.spec.ts",
"tests/cards/venusNext/VenusMagnetizer.spec.ts",
"tests/cards/venusNext/VenusSoils.spec.ts",
"tests/cards/venusNext/VenusWaystation.spec.ts",
"tests/cards/venusNext/WaterToVenus.spec.ts",
"tests/cards/colonies/AirRaid.spec.ts",
"tests/cards/colonies/Aridor.spec.ts",
"tests/cards/colonies/Arklight.spec.ts",
"tests/cards/colonies/AtmoCollectors.spec.ts",
"tests/cards/colonies/CommunityServices.spec.ts",
"tests/cards/colonies/Conscription.spec.ts",
"tests/cards/colonies/CoronaExtractor.spec.ts",
"tests/cards/colonies/EarthElevator.spec.ts",
"tests/cards/colonies/EcologyResearch.spec.ts",
"tests/cards/colonies/HeavyTaxation.spec.ts",
"tests/cards/colonies/ImpactorSwarm.spec.ts",
"tests/cards/colonies/JovianLanterns.spec.ts",
"tests/cards/colonies/JupiterFloatingStation.spec.ts",
"tests/cards/colonies/LunarExports.spec.ts",
"tests/cards/colonies/LunarMining.spec.ts",
"tests/cards/colonies/MarketManipulation.spec.ts",
"tests/cards/colonies/MartianZoo.spec.ts",
"tests/cards/colonies/GalileanWaystation.spec.ts",
"tests/cards/colonies/ProductiveOutpost.spec.ts",
"tests/cards/colonies/SolarProbe.spec.ts",
"tests/cards/colonies/SolarReflectors.spec.ts",
"tests/cards/colonies/LunaGovernor.spec.ts",
"tests/cards/colonies/Polyphemos.spec.ts",
"tests/cards/colonies/Poseidon.spec.ts",
"tests/cards/colonies/QuantumCommunications.spec.ts",
"tests/cards/colonies/SpacePort.spec.ts",
"tests/cards/colonies/SpinoffDepartment.spec.ts",
"tests/cards/colonies/StormCraftIncorporated.spec.ts",
"tests/cards/colonies/RimFreighters.spec.ts",
"tests/cards/colonies/TitanAirScrapping.spec.ts",
"tests/cards/colonies/TitanFloatingLaunchPad.spec.ts",
"tests/cards/colonies/TitanShuttles.spec.ts",
"tests/cards/colonies/CryoSleep.spec.ts",
"tests/cards/colonies/RedSpotObservatory.spec.ts",
"tests/cards/colonies/RefugeeCamps.spec.ts",
"tests/cards/colonies/SkyDocks.spec.ts",
"tests/cards/colonies/SubZeroSaltFish.spec.ts",
"tests/cards/colonies/TradeEnvoys.spec.ts",
"tests/cards/colonies/UrbanDecomposers.spec.ts",
"tests/cards/colonies/WarpDrive.spec.ts",
"tests/cards/turmoil/UtopiaInvest.spec.ts",
"tests/cards/turmoil/LakefrontResorts.spec.ts",
"tests/cards/turmoil/Pristar.spec.ts",
"tests/cards/turmoil/TerralabsResearch.spec.ts",
"tests/cards/promo/ArcadianCommunities.spec.ts",
"tests/cards/promo/Factorum.spec.ts",
"tests/cards/promo/MonsInsurance.spec.ts",
"tests/cards/promo/Recyclon.spec.ts",
"tests/cards/promo/Splice.spec.ts",
"tests/cards/promo/Penguins.spec.ts",
"tests/cards/promo/SmallAsteroid.spec.ts",
"tests/cards/promo/SnowAlgae.spec.ts",
"tests/cards/promo/DuskLaserMining.spec.ts",
"tests/cards/promo/MercurianAlloys.spec.ts",
"tests/cards/promo/RegoPlastics.spec.ts",
"tests/cards/promo/InterplanetaryTrade.spec.ts",
"tests/cards/promo/OrbitalCleanup.spec.ts",
"tests/cards/promo/ProjectInspection.spec.ts",
"tests/cards/promo/HiTechLab.spec.ts",
"tests/cards/promo/EnergyMarket.spec.ts",
"tests/cards/promo/LawSuit.spec.ts",
"tests/cards/promo/StanfordTorus.spec.ts",
"tests/cards/promo/SaturnSurfing.spec.ts",
"tests/cards/promo/SelfReplicatingRobots.spec.ts",
"tests/milestones/Diversifier.spec.ts",
"tests/awards/EstateDealer.spec.ts",
"tests/Board.spec.ts",
"tests/Game.spec.ts",
"tests/OriginalBoard.spec.ts",
"tests/Player.spec.ts",
"tests/globalEvents/GlobalDustStorm.spec.ts",
"tests/globalEvents/SponsoredProjects.spec.ts",
"tests/globalEvents/AsteroidMining.spec.ts",
"tests/globalEvents/GenerousFunding.spec.ts",
"tests/globalEvents/SucessfulOrganisms.spec.ts",
"tests/globalEvents/EcoSabotage.spec.ts",
"tests/globalEvents/Productivity.spec.ts",
"tests/globalEvents/SnowCover.spec.ts",
"tests/globalEvents/Diversity.spec.ts",
"tests/globalEvents/Pandemic.spec.ts",
"tests/globalEvents/WarOnEarth.spec.ts",
"tests/globalEvents/ImprovedEnergyTemplates.spec.ts",
"tests/globalEvents/InterplanetaryTrade.spec.ts",
"tests/globalEvents/CelebrityLeaders.spec.ts",
"tests/globalEvents/SpinoffProducts.spec.ts",
"tests/globalEvents/Election.spec.ts",
"tests/globalEvents/AquiferReleasedByPublicCouncil.spec.ts",
"tests/globalEvents/ParadigmBreakdown.spec.ts",
"tests/globalEvents/CorrosiveRain.spec.ts",
"tests/cards/turmoil/AerialLenses.spec.ts"
]
}