Skip to content

Commit

Permalink
Re-enable type tests for WritableStreamDefaultController
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Jan 5, 2025
1 parent dea9c05 commit a7bff81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/types/writable-stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ declare global {
}
}

// const domUnderlyingSink: UnderlyingSink<string> = underlyingSink;
const domUnderlyingSink: UnderlyingSink<string> = underlyingSink;
const domWritableStream: WritableStream<string> = writableStream;
// const domController: WritableStreamDefaultController = controller;
const domController: WritableStreamDefaultController = controller;
const domWriter: WritableStreamDefaultWriter<string> = writer;

0 comments on commit a7bff81

Please sign in to comment.