mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 02:09:18 +02:00
chore: update dependencies
This commit is contained in:
parent
dfb6acd2d5
commit
b2750755d7
26 changed files with 226 additions and 207 deletions
|
@ -1,8 +1,9 @@
|
|||
import assert from "node:assert";
|
||||
import { describe, it } from "node:test";
|
||||
|
||||
import { PromiseResolver } from "@yume-chan/async";
|
||||
import type { ReadableStreamDefaultController } from "@yume-chan/stream-extra";
|
||||
import { ReadableStream, WritableStream } from "@yume-chan/stream-extra";
|
||||
import assert from "node:assert";
|
||||
import { describe, it } from "node:test";
|
||||
|
||||
import type { AdbSocket } from "../../../adb.js";
|
||||
|
||||
|
@ -52,7 +53,7 @@ async function assertResolves<T>(promise: Promise<T>, expected: T) {
|
|||
|
||||
describe("AdbSubprocessShellProtocol", () => {
|
||||
describe("`stdout` and `stderr`", () => {
|
||||
it("should parse data from `socket", async () => {
|
||||
it("should parse data from `socket", () => {
|
||||
const [socket] = createMockSocket(() => {});
|
||||
|
||||
const process = new AdbSubprocessShellProtocol(socket);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue