cleanup: archive legacy-orders and placeholders, remove tombstone and backup files

This commit is contained in:
2026-04-05 22:44:32 -04:00
parent c6833669ad
commit e76180cf54
18 changed files with 0 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace NT8.Integration.Tests
{
[TestClass]
public class PlaceholderIntegrationTests
{
[TestMethod]
public void Placeholder_ShouldPass()
{
// Placeholder test to make project compile
Assert.IsTrue(true);
}
}
}