Fix lint error
Summary: Per title. CI is unhappy. Reviewed By: jknoxville Differential Revision: D8991974 fbshipit-source-id: db7b9161b814fbbae0849d3ee3d551a7a8588985
This commit is contained in:
committed by
Facebook Github Bot
parent
d747afa764
commit
a876f90b68
@@ -127,7 +127,7 @@ test('should inherit component when passed as first arg to styled', () => {
|
||||
}
|
||||
});
|
||||
|
||||
test("when passed class name of another styled component its rules should be inherited", () => {
|
||||
test('when passed class name of another styled component its rules should be inherited', () => {
|
||||
let component;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user