/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
e2e/console-debugging/jest.config.js
17 строк
357 B
cpojer
Rename some options before releasing Jest 30.
10 июн 2025, 03:46
10 июн 2025, 03:46
8a58fde
Код
Авторство
О чём код?
/** * 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. */ 'use strict'; require('./stdout-spy'); module.exports = { testEnvironment: 'node', testEnvironmentOptions: { globalsCleanup: 'on', }, verbose: true, };