thematic/jest.config.js

8 строки
242 B
JavaScript
Исходник Постоянная ссылка Обычный вид История

2020-10-21 03:42:13 +03:00
/*!
* Copyright (c) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project.
*/
const { configure } = require('@essex/jest-config')
2022-02-18 01:37:38 +03:00
const configuration = configure()
module.exports = configuration