mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
8c4cf96967
Refs: https://github.com/nodejs/node/issues/33864 PR-URL: https://github.com/nodejs/node/pull/43445 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
9 lines
310 B
JavaScript
9 lines
310 B
JavaScript
'use strict';
|
|
|
|
// The path in "main" in "package.json" does not exist here, but it does in
|
|
// the copy in node_modules. This is being tested because bluebird tests depend
|
|
// on this behavior and it was accidentally broken by a seemingly unrelated
|
|
// commit on the main branch.
|
|
|
|
require('package-main-enoent');
|