mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 01:49:07 +08:00
7 lines
178 B
TypeScript
7 lines
178 B
TypeScript
import {attest, attestProvenance} from '../src'
|
|
|
|
it('exports functions', () => {
|
|
expect(attestProvenance).toBeInstanceOf(Function)
|
|
expect(attest).toBeInstanceOf(Function)
|
|
})
|