Skip to content

Commit

Permalink
fix: Add wallaby ttf support
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Feb 17, 2024
1 parent 00db29c commit 49a0953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wallaby.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 49a0953

Please sign in to comment.