Skip to content

Commit 3bb7721

Browse files
doc(minutes): add 26 Jan 2026 (#6)
1 parent b63c890 commit 3bb7721

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# 26 January 2026
2+
3+
## Attendees
4+
5+
* Alex Vespa [@vespa7](https://github.com/vespa7)
6+
* Aviv Keller [@avivkeller](https://github.com/avivkeller)
7+
* Chemi Atlow [@atlowChemi](https://github.com/atlowChemi)
8+
* Ethan Arrowood [@Ethan-Arrowood](https://github.com/Ethan-Arrowood)
9+
* Jacob Smith [@JakobJingleheimer](https://github.com/JakobJingleheimer) (chair)
10+
* Pietro Marchini [@pmarchini](https://github.com/pmarchini)
11+
12+
## Topics
13+
14+
* [Test suite timeout](https://github.com/nodejs/node/issues/59701): Whether test-cases should inherit the suite's timeout or use the global default
15+
* Pietro proposed an interactive test mode (similar to Jest's).
16+
17+
## Outcomes
18+
19+
* Test suite timeout
20+
* Jacob proposed that when a suite has a timeout, children (that do not explicitly set their own timeout) have no timeout. They run until the suite hits its timeout, at which point it cancels all the (incomplete) children.
21+
* Interactive test mode
22+
* Ethan & Jacob were skeptical about the usefulness of adding UI for this (but like the core concept): it's already easily possible with smarter globs and potentially additional paths. Those features are perhaps less well-known, and Jacob pointed out the bizarre behaviour of `--test` (to Ethan's surprise). They felt the time would better spent improving and "fixing" the current tools and their interop.
23+
24+
## Todos
25+
26+
* Jacob to open a proposal for un/breaking `--test` and its potential interop with `--watch`.

0 commit comments

Comments
 (0)