@looker/components-test-utils
Advanced tools
Comparing version 1.2.0-alpha.4 to 1.2.0-alpha.5
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.2.0-alpha.5](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.4...v1.2.0-alpha.5) (2021-05-13) | ||
**Note:** Version bump only for package @looker/components-test-utils | ||
# [1.2.0-alpha.4](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.3...v1.2.0-alpha.4) (2021-05-13) | ||
@@ -8,0 +16,0 @@ |
@@ -19,3 +19,3 @@ "use strict"; | ||
const withThemeProvider = Component => _react2.default.createElement(_componentsProviders.ComponentsProvider, { | ||
snapshotMode: true | ||
disableStyleDefender: true | ||
}, Component); | ||
@@ -22,0 +22,0 @@ |
@@ -7,3 +7,3 @@ import { ComponentsProvider } from '@looker/components-providers'; | ||
return React.createElement(ComponentsProvider, { | ||
snapshotMode: true | ||
disableStyleDefender: true | ||
}, Component); | ||
@@ -10,0 +10,0 @@ }; |
{ | ||
"name": "@looker/components-test-utils", | ||
"license": "MIT", | ||
"version": "1.2.0-alpha.4", | ||
"version": "1.2.0-alpha.5", | ||
"main": "lib/cjs/index.js", | ||
@@ -21,3 +21,3 @@ "module": "lib/index.js", | ||
"devDependencies": { | ||
"@looker/components-providers": "^1.2.0-alpha.4", | ||
"@looker/components-providers": "^1.2.0-alpha.5", | ||
"@testing-library/react": "^11.2.6", | ||
@@ -35,3 +35,3 @@ "@types/jest": "^26.0.22", | ||
}, | ||
"gitHead": "7929f54e5385c4667cc93c58b6f8aa1af3c85029" | ||
"gitHead": "bec7a69fed4390082584d58ec8c0e8db5507952f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35888