Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfieJones committed Mar 8, 2024
2 parents 6cc000b + 6637b8a commit dc480ac
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions examples/playwright/e2e/example.spec.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
// Currently a workaround for this monorepo setup. Please just use
// import { pixeleyeSnapshot } from "@pixeleye/playwright";
// instead of what is below.
// @ts-ignore
import { pixeleyeSnapshot } from "@pixeleye/playwright/dist/index";
import { test, expect } from "@playwright/test";
import { pixeleyeSnapshot } from "@pixeleye/playwright";
import { test } from "@playwright/test";

test("Landing page screenshot", async ({ page }) => {
await page.goto("https://syntax.pixeleye.io");
Expand Down

0 comments on commit dc480ac

Please sign in to comment.