Skip to content

Commit

Permalink
Update test/embedding/embedtest.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
  • Loading branch information
RafaelGSS and joyeecheung committed May 20, 2024
1 parent 0b16434 commit d46f336
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/embedding/embedtest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ int main(int argc, char** argv) {
{
node::ProcessInitializationFlags::kNoInitializeV8,
node::ProcessInitializationFlags::kNoInitializeNodeV8Platform,
// This is used to test NODE_REPL_EXTERNAL_MODULE is disabled with
// kDisableNodeOptionsEnv. If other tests need NODE_OPTIONS support in the
// future, split this configuration out as a command line option.
node::ProcessInitializationFlags::kDisableNodeOptionsEnv,
});

Expand Down

0 comments on commit d46f336

Please sign in to comment.