jest-changed-files
- Version 30.0.5
- Published
- 18.4 kB
- 3 dependencies
- MIT license
Install
npm i jest-changed-files
yarn add jest-changed-files
pnpm add jest-changed-files
Overview
Overview not available.
Index
Functions
Type Aliases
Functions
function findRepos
findRepos: (roots: Array<string>) => Promise<Repos>;
function getChangedFilesForRoots
getChangedFilesForRoots: ( roots: Array<string>, options: Options) => ChangedFilesPromise;
Type Aliases
type ChangedFiles
type ChangedFiles = { repos: Repos; changedFiles: Paths;};
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.
type ChangedFilesPromise
type ChangedFilesPromise = Promise<ChangedFiles>;
Package Files (1)
Dependencies (3)
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/jest-changed-files
.
- Markdown[](https://www.jsdocs.io/package/jest-changed-files)
- HTML<a href="https://www.jsdocs.io/package/jest-changed-files"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2111 ms. - Missing or incorrect documentation? Open an issue for this package.