UNPKG

js-flipper

Version:

Flipper bindings for Node.js and web

16 lines (14 loc) 385 B
/** * 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. * * @format */ module.exports = { preset: 'ts-jest', clearMocks: true, coverageReporters: ['json-summary', 'lcov', 'html', 'text-summary'], testMatch: ['**/**.spec.(js|jsx|ts|tsx)'], };