@storybook/addon-jest
Advanced tools
Comparing version 3.4.8 to 3.4.10
@@ -12,2 +12,6 @@ 'use strict'; | ||
var _values = require('babel-runtime/core-js/object/values'); | ||
var _values2 = _interopRequireDefault(_values); | ||
var _addons = require('@storybook/addons'); | ||
@@ -20,3 +24,3 @@ | ||
var findTestResults = function findTestResults(testFiles, jestTestResults, jestTestFilesExt) { | ||
return testFiles.map(function (name) { | ||
return (0, _values2.default)(testFiles).map(function (name) { | ||
if (jestTestResults && jestTestResults.testResults) { | ||
@@ -23,0 +27,0 @@ return { |
{ | ||
"name": "@storybook/addon-jest", | ||
"version": "3.4.8", | ||
"version": "3.4.10", | ||
"description": "React storybook addon that show component jest report", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@storybook/components": "3.4.8", | ||
"@storybook/components": "3.4.10", | ||
"babel-runtime": "^6.26.0", | ||
@@ -31,0 +31,0 @@ "glamor": "^2.20.40", |
import addons from '@storybook/addons'; | ||
const findTestResults = (testFiles, jestTestResults, jestTestFilesExt) => | ||
testFiles.map(name => { | ||
Object.values(testFiles).map(name => { | ||
if (jestTestResults && jestTestResults.testResults) { | ||
@@ -6,0 +6,0 @@ return { |
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
5235494
1983
+ Added@storybook/components@3.4.10(transitive)
- Removed@storybook/components@3.4.8(transitive)
Updated@storybook/components@3.4.10