Closed lucacasonato closed 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.
This is exactly what I wanted too. We fix import of @std/assert, the tests will pass.
@std/assert
e.g.
- import { assertRejects } from "@std/assert/assert-rejects"; + import { assertRejects } from "@std/assert";
Thanks for this. It looks like there was a breaking change at some point so we probably need to change the import.