Add test to load all config presets (#20705)

This commit is contained in:
DrSmugleaf
2023-10-06 19:31:08 -07:00
committed by GitHub
parent 427cae2d25
commit a0341ec53e
3 changed files with 75 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Content.Tests")]
[assembly: InternalsVisibleTo("Content.IntegrationTests")]