Files
setup-graalvm/__fixtures__/glob.ts

5 lines
128 B
TypeScript
Raw Normal View History

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