Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Aug 1, 2023
1 parent 5c92a72 commit fb6c567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('InlinePacker', function () {
'export default {"content":"<path d=\\"foo\\"/>","attrs":{"viewBox":"0 0 1 1"}}',
'bar.js':
'export default {"content":"<path d=\\"bar\\"/>","attrs":{"height":"10px","viewBox":"0 0 2 2"}}',
},
},
};

return expect(actual).to.eventually.deep.equal(expected);
Expand Down

0 comments on commit fb6c567

Please sign in to comment.