/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
e2e/__tests__/nodeURLManualMocks.test.js
13 строк
364 B
Khaled Elmorsy
fix(jest-runtime, jest-resolver): Allow core models to be mocked with "node:" URL paths (#14297) (#14297)
27 май 2025, 10:49
Не верифицирован
27 май 2025, 10:49
781448a
Код
Авторство
О чём код?
/** * 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. */ import runJest from '../runJest'; test('supports node url manual mocks', () => { const result = runJest('node-url-manual-mocks'); expect(result.exitCode).toBe(0); });