* Add admin ui tests * fix notes test * Apply suggestions from code review --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
5 lines
147 B
C#
5 lines
147 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Content.Tests")]
|
|
[assembly: InternalsVisibleTo("Content.IntegrationTests")]
|