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 Dec 15, 2022
1 parent 8fd8170 commit a024d30
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<ItemGroup>
<Content Include="introspection.json" />
<Content Include="introspection-altered-types.json" />
<None Include="operation.graphql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand All @@ -24,6 +25,7 @@
<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
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<Compile Include="NameValueLookupTests.fs" />
<Compile Include="SubscriptionTests.fs" />
<Compile Include="AstExtensionsTests.fs" />
<Compile Include="ResponseJsonTests.fs" />
<Compile Include="Program.fs" />
</ItemGroup>

Expand All @@ -66,7 +65,6 @@
<ItemGroup>
<ProjectReference Include="..\..\src\FSharp.Data.GraphQL.Shared\FSharp.Data.GraphQL.Shared.fsproj" />
<ProjectReference Include="..\..\src\FSharp.Data.GraphQL.Server\FSharp.Data.GraphQL.Server.fsproj" />
<ProjectReference Include="..\..\src\FSharp.Data.GraphQL.Client.DesignTime\FSharp.Data.GraphQL.Client.DesignTime.fsproj" />
<ProjectReference Include="..\..\src\FSharp.Data.GraphQL.Server.Middleware\FSharp.Data.GraphQL.Server.Middleware.fsproj" />
</ItemGroup>
</Project>

0 comments on commit a024d30

Please sign in to comment.