Skip to content

Commit

Permalink
Moved ResponseJsonTests.fs to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed Sep 10, 2024
1 parent 70888bd commit 9307af5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@

<ItemGroup>
<Content Include="introspection.json" />
<Content Include="introspection-altered-types.json" />
<None Include="operation.graphql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
<Compile Include="Helpers.fs" />
<Compile Include="LocalProviderTests.fs" />
<Compile Include="LocalProviderWithOptionalParametersOnlyTests.fs" />
<Compile Include="ResponseJsonTests.fs" />
<Compile Include="SwapiLocalProviderTests.fs" />
<Compile Include="SwapiRemoteProviderTests.fs" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module FSharp.Data.GraphQL.Tests.ResponseJsonTests
module FSharp.Data.GraphQL.IntegrationTests.ResponseJsonTests

open System
open Xunit
Expand Down

0 comments on commit 9307af5

Please sign in to comment.