jest/e2e/require-main-after-create-r.../child.js

9 lines
274 B
JavaScript

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
// Will throw if require.main is null
process.stdout.write(require.main.filename);