mirror of
https://github.com/actions/labeler
synced 2026-05-10 16:11:03 +02:00
build
This commit is contained in:
2
node_modules/@jest/core/build/getChangedFilesPromise.d.ts
generated
vendored
2
node_modules/@jest/core/build/getChangedFilesPromise.d.ts
generated
vendored
@@ -5,6 +5,6 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
import { Config } from '@jest/types';
|
||||
declare const _default: (globalConfig: Config.GlobalConfig, configs: Config.ProjectConfig[]) => Promise<import("../../jest-changed-files/build").ChangedFiles> | undefined;
|
||||
declare const _default: (globalConfig: Config.GlobalConfig, configs: Config.ProjectConfig[]) => Promise<import("jest-changed-files").ChangedFiles> | undefined;
|
||||
export default _default;
|
||||
//# sourceMappingURL=getChangedFilesPromise.d.ts.map
|
||||
Reference in New Issue
Block a user