/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/jest-runtime/src/__tests__/defaultResolver.js
10 строк
279 B
Simen Bekkhus
chore: do not use deep imports in unit tests (#13905)
13 фев 2023, 19:57
Не верифицирован
13 фев 2023, 19:57
4af916f
Код
Авторство
О чём код?
/** * 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. */ module.exports = (request, opts) => { return opts.defaultResolver(request, opts); };