@storybook/addon-jest
Advanced tools
Comparing version 3.3.14 to 3.3.15
@@ -177,3 +177,3 @@ 'use strict'; | ||
NoTests, | ||
null, | ||
{ key: name }, | ||
'This story has tests configured, but no file was found' | ||
@@ -180,0 +180,0 @@ ); |
{ | ||
"name": "@storybook/addon-jest", | ||
"version": "3.3.14", | ||
"version": "3.3.15", | ||
"description": "React storybook addon that show component jest report", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@storybook/components": "^3.3.14", | ||
"@storybook/components": "^3.3.15", | ||
"glamor": "^2.20.40", | ||
@@ -31,0 +31,0 @@ "glamorous": "^4.11.2", |
@@ -101,3 +101,3 @@ import React from 'react'; | ||
if (!result) { | ||
return <NoTests>This story has tests configured, but no file was found</NoTests>; | ||
return <NoTests key={name}>This story has tests configured, but no file was found</NoTests>; | ||
} | ||
@@ -104,0 +104,0 @@ |
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
5234985