Skip to content

Commit e74c8b1

Browse files
committed
chore(docs): documenting test
1 parent d2101e9 commit e74c8b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/extending-components.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ describe('extending components', () => {
7878
expectCSSMatches('.a {color: blue;}.a > h1 {font-size: 4rem;} .b {color: red;}')
7979
})
8080

81+
// Skipped because test fails
8182
xit('should keep default props from parent', () => {
8283
const parentProps = {
8384
color: {

0 commit comments

Comments
 (0)