Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Dec 1, 2023
1 parent 3b2585d commit 9e04c79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/web/__test__/air_gapped_template.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ describe("air_gapped_template.html", () => {
beforeAll(async () => {
staticResources = (await readdir("static")).map(e => `/${e}`);
});

/**
* Remove marketing fonts from the list of links. This is only needed for PR previews
* and is not linked to from the docs.
*/
staticResources = staticResources.filter(e => !e !== '/static-res');

/**
* Links outside of the docs that are required and therefore ok.
*/
Expand Down

0 comments on commit 9e04c79

Please sign in to comment.