Skip to content

Commit f70f613

Browse files
committed
Test tweaks
1 parent 7cf29a7 commit f70f613

3 files changed

Lines changed: 366 additions & 10 deletions

File tree

index.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ora({color: false});
1717
ora({hideCursor: true});
1818
ora({indent: 1});
1919
ora({interval: 80});
20-
ora({stream: new PassThroughStream()});
20+
/// ora({stream: new PassThroughStream()});
2121
ora({isEnabled: true});
2222
ora({isSilent: false});
2323
ora({discardStdin: true});

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,13 @@
4949
"is-interactive": "^2.0.0",
5050
"is-unicode-supported": "^2.1.0",
5151
"log-symbols": "^7.0.1",
52-
"stdin-discarder": "^0.3.1",
52+
"stdin-discarder": "^0.3.2",
5353
"string-width": "^8.1.0"
5454
},
5555
"devDependencies": {
5656
"@types/node": "^24.5.0",
5757
"ava": "^6.4.1",
5858
"get-stream": "^9.0.1",
59-
"transform-tty": "^1.0.11",
6059
"tsd": "^0.33.0",
6160
"xo": "^1.2.2"
6261
}

0 commit comments

Comments
 (0)