/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/napi/fatal_error.js
9 строк
314 B
Bartek Iwańczuk
test(napi): add more coverage for advanced features (#32963)
25 мар 2026, 15:30
Не верифицирован
25 мар 2026, 15:30
34f7b23
Код
Авторство
О чём код?
// Copyright 2018-2026 the Deno authors. MIT license. // This script is run as a subprocess by the integration test. // It calls napi_fatal_error which aborts the process. import { loadTestLibrary } from "./common.js"; const lib = loadTestLibrary(); lib.test_fatal_error("test_location", "test fatal message");