We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ed648 commit 1aa4c4fCopy full SHA for 1aa4c4f
test.js
@@ -21,15 +21,15 @@ describe('styled-jsx-plugin-less', () => {
21
22
it('works with expressions placeholders', () => {
23
assert.equal(
24
- plugin('p { img { display: block } color: %%styled-jsx-expression-1%%; } %%styled-jsx-expression-1%%').trim(),
+ plugin('p { img { display: block } color: %%styled-jsx-placeholder-1%%; } %%styled-jsx-placeholder-1%%').trim(),
25
cleanup(`
26
p {
27
- color: %%styled-jsx-expression-1%%;
+ color: %%styled-jsx-placeholder-1%%;
28
}
29
p img {
30
display: block;
31
32
- %%styled-jsx-expression-1%%
+ %%styled-jsx-placeholder-1%%
33
`)
34
)
35
})
0 commit comments