diff --git a/src/ui/styled/__tests__/index.node.js b/src/ui/styled/__tests__/index.node.js index a1fa2c23b..64fbde5ca 100644 --- a/src/ui/styled/__tests__/index.node.js +++ b/src/ui/styled/__tests__/index.node.js @@ -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 {