nfroidure / ttf2woff2

Convert ttf files to woff2.
MIT License
297 stars 39 forks source link

Fixed tests #42

Closed L2jLiga closed 6 years ago

L2jLiga commented 6 years ago

Sorry, failed test in https://github.com/nfroidure/ttf2woff2/pull/41 was my mistake

So this one should fix it, except of tests for Node.js 0.12 I can propose two ways to resolve this problem:

  1. drop support for unmaintained versions of Node.js
  2. downgrade mocha package to 3.5.3 (latest version that support this Node.js version)
L2jLiga commented 6 years ago

@nfroidure I made some changes, could you look, please?

nfroidure commented 6 years ago

Looks nice. Thanks.