lino-levan / astral

A high-level puppeteer/playwright-like library for Deno
https://jsr.io/@astral/astral
MIT License
253 stars 17 forks source link

chore: update dependencies #98

Closed lucacasonato closed 1 month ago

lino-levan commented 1 month ago

Thanks for this. It looks like there was a breaking change at some point so we probably need to change the import.

ryuapp commented 1 month ago

This is exactly what I wanted too. We fix import of @std/assert, the tests will pass.

e.g.

- import { assertRejects } from "@std/assert/assert-rejects";
+ import { assertRejects } from "@std/assert";