Skip to content

Commit

Permalink
fix: fix integration-test not correctly import expect (#552)
Browse files Browse the repository at this point in the history
Because

- fix integration-test not correctly import expect

This commit

- fix integration-test not correctly import expect
  • Loading branch information
EiffelFly authored Sep 22, 2023
1 parent de19825 commit 853a6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test/integration-test.list.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test } from "@playwright/test";
import { test, expect } from "@playwright/test";

test("placeholder", async () => {
expect(true).toBeTruthy();
Expand Down

0 comments on commit 853a6d4

Please sign in to comment.