@looker/components-test-utils
Advanced tools
Comparing version 0.7.36 to 0.8.0
export { ReactWrapper } from 'enzyme'; | ||
export * from './create_with_theme'; | ||
export * from './snapshot'; | ||
export * from './helpers/react-testing-library'; |
@@ -43,2 +43,15 @@ "use strict"; | ||
}); | ||
var _reactTestingLibrary = require("./helpers/react-testing-library"); | ||
Object.keys(_reactTestingLibrary).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _reactTestingLibrary[key]; | ||
} | ||
}); | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@looker/components-test-utils", | ||
"license": "MIT", | ||
"version": "0.7.36", | ||
"version": "0.8.0", | ||
"main": "lib/index.js", | ||
@@ -19,3 +19,3 @@ "types": "lib/index.d.ts", | ||
"devDependencies": { | ||
"@looker/components-providers": "^0.7.36", | ||
"@looker/components-providers": "^0.8.0", | ||
"@testing-library/react": "^10.0.4", | ||
@@ -35,3 +35,3 @@ "@types/enzyme": "^3.10.5", | ||
}, | ||
"gitHead": "a72ded5fbfae372f6d86f7e12d1c3597a6e87e00" | ||
"gitHead": "c8b06334a706bc61f16384f09546c12ffa346cf8" | ||
} |
Sorry, the diff of this file is not supported yet
20887
18
161