Skip to content

Commit 3ce09e5

Browse files
committed
add failing test
1 parent 328d3c7 commit 3ce09e5

File tree

1 file changed

+4
-0
lines changed
  • test/fixtures/transpile-template-literals-with-config

1 file changed

+4
-0
lines changed

test/fixtures/transpile-template-literals-with-config/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ const NamedWithInterpolation = styled.div`
1111
const Wrapped = styled(Inner)`
1212
color: red;
1313
`
14+
15+
const Foo = styled.div({
16+
color: 'green',
17+
})

0 commit comments

Comments
 (0)