mirror of
https://github.com/Smaug123/FicroKanSharp
synced 2025-10-21 18:58:39 +00:00
Initial commit
This commit is contained in:
21
FicroKanSharp.Test/FicroKanSharp.Test.fsproj
Normal file
21
FicroKanSharp.Test/FicroKanSharp.Test.fsproj
Normal file
@@ -0,0 +1,21 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="UnitTest1.fs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
|
||||
<PackageReference Include="xunit" Version="2.4.1" />
|
||||
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\FicroKanSharp\FicroKanSharp.fsproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
10
FicroKanSharp.Test/UnitTest1.fs
Normal file
10
FicroKanSharp.Test/UnitTest1.fs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace FicroKanSharp.Test
|
||||
|
||||
open FicroKanSharp
|
||||
open Xunit
|
||||
|
||||
module TestThing =
|
||||
|
||||
[<Fact>]
|
||||
let ``Foo`` () : unit =
|
||||
failwith "TODO!"
|
Reference in New Issue
Block a user