Skip to content

Commit

Permalink
chore: bump deno deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed May 10, 2024
1 parent 1558455 commit 3a06bd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/deno/index.test.ts
Original file line number Diff line number Diff line change
@@ -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<unknown>, re: RegExp): Promise<void> {
Expand Down

0 comments on commit 3a06bd3

Please sign in to comment.