Skip to content

Commit

Permalink
update deno test
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Mar 24, 2024
1 parent 59314ab commit 7a02ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deno_bot_test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env -S deno run --unstable-ffi --allow-all
import { Pty } from "jsr:@sigma/pty-ffi@0.21.0";
import { Pty } from "jsr:@sigma/pty-ffi@0.22.0";
import { stripAnsiCode } from "jsr:@std/fmt@0.220.1/colors";
import { assertEquals, assertMatch } from "jsr:@std/assert@0.220.1";

Expand Down

0 comments on commit 7a02ab4

Please sign in to comment.