Browse Source

Remove unused globals from fonts unit test file

Tim van der Meij 9 years ago
parent
commit
b81d661556
  1. 3
      test/unit/fonts_spec.js

3
test/unit/fonts_spec.js

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
/* globals describe, it, expect, beforeAll, afterAll,
checkProblematicCharRanges */
/* globals describe, it, expect, checkProblematicCharRanges */
'use strict';

Loading…
Cancel
Save