Skip to content

Commit

Permalink
Fix placement of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jul 23, 2020
1 parent 74f746d commit ae0f479
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/fuzz.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,10 @@ describe('font-snapper', function() {
this.timeout(300000);
await expect(
async ({ fontFaceDeclarations, propsToSnap }) => {
// Remove some features that font-snapper doesn't support yet:
if (/oblique/.test(propsToSnap['font-style'])) {
propsToSnap['font-style'] = 'oblique';
}

// Remove some features that font-snapper doesn't support yet:
for (const fontFaceDeclaration of fontFaceDeclarations) {
// Right now font-snapper only supports numerical font-weight values of 100, 200, ... 900
// but css-generators also puts out values that aren't multiples of 100 as per CSS Fonts Module Level 4:
Expand Down

0 comments on commit ae0f479

Please sign in to comment.