Skip to content

Commit

Permalink
test(stripliterals): improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Jun 18, 2019
1 parent cda641a commit 8b5c717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/strip-literals/string-literal/code.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clsx({
clsx('', 'foo', {
[classes.root]: 'true',
[classes.cellHide]: '',
[classes.cellStacked]: options.responsive === 'stacked',
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/strip-literals/string-literal/output.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
clsx(
'foo',
classes.root,
!print && 'datatables-noprint',
{
Expand Down

0 comments on commit 8b5c717

Please sign in to comment.