Skip to content

Commit

Permalink
chore: use biome ci, fix test import sort
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed May 3, 2024
1 parent 5f6c182 commit fc70fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install node modules
run: yarn --frozen-lockfile --prefer-offline
- name: Run Biome
run: yarn biome check src tests
run: yarn biome ci src tests
- name: Run Playwright tests
run: yarn playwright test
- uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions tests/blink_example.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { test, expect } from "@playwright/test";
import { goToHomePage } from "./utils";
import consumers from "node:stream/consumers";
import { expect, test } from "@playwright/test";
import { goToHomePage } from "./utils";

test.beforeEach(goToHomePage);

Expand Down

0 comments on commit fc70fb3

Please sign in to comment.