chore: update std to 0.208.0 (#21318)

Re-attempt at #21284. I was more thorough this time.

---------

Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
This commit is contained in:
Asher Gomez 2023-12-02 13:20:06 +11:00 committed by GitHub
parent ec0207e9b1
commit d2b5254c33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
115 changed files with 190 additions and 244 deletions

View file

@ -1,5 +1,5 @@
import { addNumbers } from "./foo.ts";
import { assertEquals } from "../../../../../test_util/std/testing/asserts.ts";
import { assertEquals } from "../../../../../test_util/std/assert/mod.ts";
Deno.test("addNumbers works", () => {
assertEquals(addNumbers(1, 2), 3);