Skip to content

Commit

Permalink
fix file name casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Connum committed Apr 15, 2024
1 parent b7050f8 commit 790e63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/variation.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const loadSync = (url, opt) => parse(readFileSync(url), opt);
describe('variation.js', function() {
const fonts = {
avar: loadSync('./test/fonts/TestAVAR.ttf'),
zycon: loadSync('./test/fonts/zycon.ttf'),
zycon: loadSync('./test/fonts/Zycon.ttf'),
};

it('pads axis tags with spaces for lookup', function() {
Expand Down

0 comments on commit 790e63c

Please sign in to comment.