code REORG, pour partage pkg version entre app et tests
This commit is contained in:
parent
af0d4dfedb
commit
634607ba18
27 changed files with 29 additions and 123 deletions
|
|
@ -1,15 +0,0 @@
|
|||
using Avalonia.Headless.XUnit;
|
||||
using PostIt.Views;
|
||||
|
||||
namespace PostIt.Tests;
|
||||
|
||||
public class MainPageTests
|
||||
{
|
||||
[AvaloniaFact]
|
||||
public void MainPage_Should_Load()
|
||||
{
|
||||
var window = new MainWindow();
|
||||
window.Show();
|
||||
Assert.NotNull(window);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue