Files
2025-09-23 09:36:09 +02:00

5 lines
128 B
TypeScript

import * as glob from '@actions/glob'
import { jest } from '@jest/globals'
export const create = jest.fn<typeof glob.create>()