mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-12-06 07:48:06 +08:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
import * as glob from '@actions/glob'
|
|
import { jest } from '@jest/globals'
|
|
|
|
export const create = jest.fn<typeof glob.create>()
|