Skip to content

Commit

Permalink
use scope specifier in deno assert
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
sr229 authored Oct 9, 2024
1 parent c4d9adb commit 651a59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@std/assert": "npm:@jsr/std__assert@^1.0.6",
"form-data": "^4.0.0",
"node-fetch": "^2.6.7"
}
Expand Down
2 changes: 1 addition & 1 deletion test/deno/sagiri.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertThrows, assertExists } from "@std/assert";
import { assertThrows, assertExists } from "jsr:@std/assert";
import sagiri from "../../src/sagiri.ts";

Deno.test("should fail on invalid characters", () => {
Expand Down

0 comments on commit 651a59e

Please sign in to comment.