@shopify/graphql-testing
Advanced tools
Comparing version 4.0.8 to 4.0.9
@@ -8,4 +8,8 @@ # Changelog | ||
## [Unreleased] | ||
## [4.0.9] - 2019-12-04 | ||
### Fixed | ||
- Adding `TestingApolloClient` to fix scenarios where some `fetchPolicy` values produce React events firing outside of an `act` scope ([#1198](https://github.com/Shopify/quilt/pull/1198)) | ||
## [4.0.0] - 2019-07-03 | ||
@@ -12,0 +16,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
var apollo_cache_inmemory_1 = require("apollo-cache-inmemory"); | ||
var apollo_client_1 = require("apollo-client"); | ||
var client_1 = require("./client"); | ||
var links_1 = require("./links"); | ||
@@ -39,3 +39,3 @@ var operations_1 = require("./operations"); | ||
]); | ||
this.client = new apollo_client_1.ApolloClient({ | ||
this.client = new client_1.TestingApolloClient({ | ||
link: link, | ||
@@ -42,0 +42,0 @@ cache: cache, |
{ | ||
"name": "@shopify/graphql-testing", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Utilities to create mock graphql factory.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
585679
48
676