From 49a09532afe803ad68a3ddc5e152713b7724a5e8 Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Sat, 17 Feb 2024 00:04:15 -0600 Subject: [PATCH] fix: Add wallaby ttf support --- wallaby.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wallaby.js b/wallaby.js index db34e2702..8fcda5853 100644 --- a/wallaby.js +++ b/wallaby.js @@ -14,6 +14,7 @@ module.exports = function (wallaby) { { pattern: 'src/spec/images/**/*.gif' }, { pattern: 'src/spec/images/**/*.txt' }, { pattern: 'src/spec/images/**/*.css' }, + { pattern: 'src/spec/fonts/**/*.ttf' }, { pattern: 'src/spec/images/**/*.woff2' } ], tests: ['./src/spec/*Spec.ts'],