Skip to content

Commit

Permalink
Migrate from deno-puppeteer to @astral/astral in tests.
Browse files Browse the repository at this point in the history
Some tests will be failing until upstream Astral bugs are fixed:

lino-levan/astral#124 (comment)
  • Loading branch information
jaydenseric committed Jan 21, 2025
1 parent 8107e75 commit a93df6a
Show file tree
Hide file tree
Showing 13 changed files with 700 additions and 598 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ jobs:
run: deno lint
- name: Type check
run: ./scripts/type-check.mjs
- name: Install
run: ./scripts/install.sh
- name: Test
run: ./scripts/test.sh
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
required by Deno v2.
- Added a project `.zed/settings.json` file to make is easier to contribute
using the Zed editor.
- Migrated from
[`deno-puppeteer`](https://github.com/lucacasonato/deno-puppeteer) to
[`@astral/astral`](https://github.com/lino-levan/astral) in tests.

## 8.0.1

Expand Down
Loading

0 comments on commit a93df6a

Please sign in to comment.