Skip to content

Commit

Permalink
Reference image tests: Fix wrongly mapped inlineFonts option
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Aug 8, 2020
1 parent ae9b593 commit 7609a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/referenceImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const combos = require('combos');
describe('reference images', function () {
for (const options of combos({
inlineCss: [false, true],
inlineSubsets: [false, true],
inlineFonts: [false, true],
omitFallbacks: [false, true],
dynamic: [false, true],
harfbuzz: [false, true],
Expand Down

0 comments on commit 7609a24

Please sign in to comment.