mirror of
https://github.com/actions/toolkit.git
synced 2026-08-08 00:00:33 +02: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)
|
|
})
|