mirror of
https://github.com/actions/labeler.git
synced 2025-12-19 08:38:15 +00:00
build
This commit is contained in:
2
node_modules/jest-config/build/getMaxWorkers.d.ts
generated
vendored
2
node_modules/jest-config/build/getMaxWorkers.d.ts
generated
vendored
@@ -5,5 +5,5 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
import { Config } from '@jest/types';
|
||||
export default function getMaxWorkers(argv: Partial<Pick<Config.Argv, 'maxWorkers' | 'runInBand' | 'watch'>>): number;
|
||||
export default function getMaxWorkers(argv: Partial<Pick<Config.Argv, 'maxWorkers' | 'runInBand' | 'watch'>>, defaultOptions?: Partial<Pick<Config.Argv, 'maxWorkers'>>): number;
|
||||
//# sourceMappingURL=getMaxWorkers.d.ts.map
|
||||
Reference in New Issue
Block a user