Skip to content

Commit 1fb9e12

Browse files
committed
fixup! Add type wrapper kind safety tests using F# scripts
1 parent 3ec9f90 commit 1fb9e12

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/FSharp.Data.GraphQL.Tests/FSharp.Data.GraphQL.Tests.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@
3838
<Compile Include="Helpers and Extensions\ObservableExtensionsTests.fs" />
3939
<Compile Include="PropertyTrackingTests.fs" />
4040
<Compile Include="AbstractionTests.fs" />
41-
<Compile Include="TypeWrappersKindSafetyTests.fs" />
4241
<Compile Include="UnionInterfaceTests.fs" />
4342
<Compile Include="DirectivesTests.fs" />
4443
<Compile Include="TypeValidationTests.fs" />
44+
<Compile Include="TypeWrappersKindSafetyTests.fs" />
45+
<None Include="TypeWrappersKindSafety\.gitignore" />
4546
<None Include="TypeWrappersKindSafety\References.fsx" Condition="exists('TypeWrappersKindSafety\References.fsx')" CopyToOutputDirectory="PreserveNewest" />
4647
<None Include="TypeWrappersKindSafety\ListOf.InputAsOutput.fsx" CopyToOutputDirectory="PreserveNewest" />
4748
<None Include="TypeWrappersKindSafety\ListOf.OutputAsInput.fsx" CopyToOutputDirectory="PreserveNewest" />

0 commit comments

Comments
 (0)