node/test/test426/README.md
Node.js GitHub Bot 859ae5522d
test: update test426-fixtures to 2965987bf4c96afa400c9356c8e620cb340aaee
PR-URL: https://github.com/nodejs/node/pull/63668
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2026-06-02 10:11:31 +00:00

17 lines
743 B
Markdown

# test426 (Source Map Tests)
The tests here are drivers for running the [Source Map Tests][]. This test
suite ensures that the Node.js source map implementation conforms to the
[Source Map Specification][] ([ECMA426][]).
The [`test/fixtures/test426`](../fixtures/test426/) contains a copy of the set of
[Source Map Tests][] suite. The last updated hash is:
* <https://github.com/tc39/source-map-tests/commit/2965987bf4c96afa400c9356c8e620cb340aaee2>
See the json files in [the `status` folder](./status) for prerequisites,
expected failures, and support status for specific tests.
[ECMA426]: https://tc39.es/ecma426/
[Source Map Specification]: https://github.com/tc39/ecma426
[Source Map Tests]: https://github.com/tc39/source-map-tests