Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilberto Tomasone authored and Gilberto Tomasone committed Mar 19, 2020
1 parent dcf9f50 commit b1d806f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ava.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var fs = require('fs');
var glob = require('glob');

test('check fonts creation', function (t) {
const expected = 40;
const expected = 12;
let count = 0;
glob.sync('**/*.+(woff|woff2|eot|ttf|otf|svg)', {
cwd: './dist/fonts'
Expand Down

0 comments on commit b1d806f

Please sign in to comment.