/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v25.9.0
test/embedding/test-embedding-load-environment-basic.js
16 строк
349 B
Joyee Cheung
test: split test-embedding.js and run tests in parallel
19 фев 2026, 13:13
Не верифицирован
19 фев 2026, 13:13
b6ae1fc
Код
Авторство
О чём код?
'use strict'; // Tests node::LoadEnvironment() with main_script_source_utf8 works. const common = require('../common'); const { spawnSyncAndAssert } = require('../common/child_process'); const embedtest = common.resolveBuiltBinary('embedtest'); spawnSyncAndAssert( embedtest, ['console.log(42)'], { trim: true, stdout: '42', });