Skip to content

Commit

Permalink
fix(testing): missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Jul 5, 2024
1 parent 46b4d75 commit a3c95e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@std/collections/deep-merge": "jsr:@std/collections@1/deep-merge",
"@std/async/debounce": "jsr:@std/[email protected]/debounce",
"@std/expect": "jsr:@std/[email protected]",
"@std/http/status": "jsr:@std/[email protected]/status",
"@std/path/from-file-url": "jsr:@std/[email protected]/from-file-url",
"bun:test": "./_stub.ts",
"node:test": "./_stub.ts",
Expand Down
1 change: 1 addition & 0 deletions testing/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"./expect": "./expect.ts"
},
"imports": {
"@std/assert": "jsr:@std/[email protected]",
"@std/expect": "jsr:@std/[email protected]",
"@std/http/status": "jsr:@std/[email protected]/status",
"@std/path/from-file-url": "jsr:@std/[email protected]/from-file-url",
Expand Down

0 comments on commit a3c95e2

Please sign in to comment.