Commit de85e12
test: migrate console_assert message test to snapshot
Migrate test/message/console_assert from the legacy Python-based
test runner to the JS snapshot approach used by
test-node-output-console.mjs.
The new fixture runs console.assert(false, Symbol('hello')) and
compares against a snapshot, removing the dependency on testcfg.py
and the .out file pattern.
Refs: #47707
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 31b9e60 commit de85e12
File tree
4 files changed
+3
-2
lines changed- test
- fixtures/console
- message
- parallel
4 files changed
+3
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments