2352306269
* add ability for objectloader to skip server too. add test so both cache and server can't be skipped * move testing project to correct dir * remove extra file
8 lines
123 B
C#
8 lines
123 B
C#
namespace Speckle.Sdk.Testing;
|
|
|
|
public class VerifyTests
|
|
{
|
|
[Fact]
|
|
public Task TestVerify() => VerifyChecks.Run();
|
|
}
|