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 @@
/* globals describe, it, expect, beforeAll, afterAll, /* globals describe, it, expect, checkProblematicCharRanges */
checkProblematicCharRanges */
'use strict'; 'use strict';

Loading…
Cancel
Save