Skip to content

Commit

Permalink
ignore pagefind test in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Oct 29, 2023
1 parent a97b540 commit 4e1dc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pagefind.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import pagefind from "../plugins/pagefind.ts";

Deno.test(
"Pagefind plugin",
{ ignore: Deno.build.os === "windows" },
{ ignore: Deno.build.os !== "darwin" },
async (t) => {
const site = getSite({
src: "pagefind",
Expand Down

0 comments on commit 4e1dc31

Please sign in to comment.