Skip to content

Commit 51e3791

Browse files
doc(minutes): add 23 Feb 2026 (#17)
1 parent 2b21559 commit 51e3791

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# 23 February 2026
2+
3+
## Attendees
4+
5+
* Alex Vespa [@vespa7](https://github.com/vespa7)
6+
* Aviv Keller [@avivkeller](https://github.com/avivkeller)
7+
* Diogo de Souza [@sozua](https://github.com/sozua)
8+
* Jacob Smith [@JakobJingleheimer](https://github.com/JakobJingleheimer) (chair)
9+
* Jordan Harband [@ljharb](https://github.com/ljharb)
10+
* Pietro Marchini [@pmarchini](https://github.com/pmarchini)
11+
12+
## Topics
13+
14+
* test_runner: run afterEach for runtime t.skip() [nodejs/node#61525](https://github.com/nodejs/node/pull/61525)
15+
* doc(proposal): un/break --test [nodejs/test-runner#13](https://github.com/nodejs/test-runner/pull/13)
16+
* `--watch path` + `--test`
17+
* `node main.js --test test.js` runs `main.js` and passes `--test test.js` as custom args (NOT a node arg). **test mode is not engaged.**
18+
19+
## Outcomes
20+
21+
* Discussion on `nodejs/node#61525` is resolved: This exists not uncommonly in the wild, and the concern has been withdrawn.
22+
* `nodejs/test-runner#13`: `--watch` is just a boolean when combined with `--test` (but in order to not encounter the caveated situation, `--test` must occur before `--watch` in the CLI arg list). Thus, if both are set in a config file (where there is no sequence), and `--watch`'s value is not boolean, that throws.
23+
24+
## Todos
25+
26+
* @JakobJingleheimer: Update previous meeting minutes to better state the `t.skip()` item raised. Once done, PR should be good to merge.
27+
* @JakobJingleheimer: Poke René about [nodejs/node#60751](https://github.com/nodejs/node/pull/60751) (it seems his concern has been addressed and PR needs re-review).
28+
* @JakobJingleheimer: Add caveat note to `nodejs/test-runner#13` about "passing" a value to `--watch` before triggering test mode.
29+
* @JakobJingleheimer: Create poll for finding a new meeting time.
30+
* Check `nodejs/node#61525` for outstanding concerns or unresolved discussions; if none, land the PR.

0 commit comments

Comments
 (0)