node/test/fixtures/es-module-loaders/throw-undefined.mjs
Rich Trott fa05f805ab test: remove eslint-disable comments from fixtures
We do not lint the fixtures code so eslint-disable comments are
superfluous.

PR-URL: https://github.com/nodejs/node/pull/41859
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2022-02-06 08:26:00 -08:00

3 lines
32 B
JavaScript

'use strict';
throw undefined;