@codecademy/brand-components
Advanced tools
Comparing version 0.4.7-alpha.b3c653.13 to 0.4.7-alpha.bada0d.14
@@ -57,3 +57,3 @@ import { mount } from 'enzyme'; | ||
}); | ||
it('adds the large and medium class to the content container when its size is large', function () { | ||
it('adds the large class to the content container when its size is large', function () { | ||
var wrapper = mount(React.createElement(Testimonial, { | ||
@@ -67,3 +67,3 @@ name: exampleTestmonial.name, | ||
var containerClassName = wrapper.find('div.largeContainer').prop('className'); | ||
expect(containerClassName).toContain("".concat(styles.largeContainer, " ").concat(styles.mediumContainer)); | ||
expect(containerClassName).toContain(styles.largeContainer); | ||
}); | ||
@@ -70,0 +70,0 @@ it('renders the Avatar component when an imageUrl prop is present', function () { |
{ | ||
"name": "@codecademy/brand-components", | ||
"description": "Brand component library for Codecademy", | ||
"version": "0.4.7-alpha.b3c653.13+b3c653d9", | ||
"version": "0.4.7-alpha.bada0d.14+bada0d6b", | ||
"author": "Codecademy Engineering <dev@codecademy.com>", | ||
@@ -34,3 +34,3 @@ "sideEffects": [ | ||
"license": "MIT", | ||
"gitHead": "b3c653d9ad325880bf5dab826ee10c45b56bb0c4" | ||
"gitHead": "bada0d6bf3befe6a2fd89e8c09e80af5f59968b9" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
32501