From 3a06bd3c73f3d1bb095de03618520d2b200b00c9 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Fri, 10 May 2024 14:03:49 +0530 Subject: [PATCH] chore: bump deno deps --- tests/deno/index.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/deno/index.test.ts b/tests/deno/index.test.ts index b3ba422..2d71ec4 100644 --- a/tests/deno/index.test.ts +++ b/tests/deno/index.test.ts @@ -1,6 +1,6 @@ -import { AssertionError, assertEquals } from 'https://deno.land/std@0.219.1/assert/mod.ts' -import { stripAnsiCode } from 'https://deno.land/std@0.219.1/fmt/colors.ts' -import { describe, it } from 'https://deno.land/std@0.219.1/testing/bdd.ts' +import { AssertionError, assertEquals } from 'https://deno.land/std@0.224.0/assert/mod.ts' +import { stripAnsiCode } from 'https://deno.land/std@0.224.0/fmt/colors.ts' +import { describe, it } from 'https://deno.land/std@0.224.0/testing/bdd.ts' import { tests } from '../index.ts' async function rejects(fn: Promise, re: RegExp): Promise {