Skip to content

Commit

Permalink
serve fonts when running tests in saucelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
allansson committed Jan 8, 2021
1 parent 0f1e684 commit aa6e4d7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/saucelabs/karma.conf.js
Expand Up @@ -66,13 +66,20 @@ module.exports = config => {
watched: true,
served: true
},
{
pattern: "test/specs/*.spec.mjs",
included: true,
watched: true,
served: true,
type: "module"
},
{
pattern: "test/**/*.+(svg|png|jpg|jpeg|ttf|txt)",
included: false,
served: true
},
{
pattern: "test/reference/**/*.pdf",
pattern: "test/reference/**/*.*",
included: false,
watched: false,
served: true
Expand Down

0 comments on commit aa6e4d7

Please sign in to comment.