mirror of
https://github.com/actions/toolkit.git
synced 2026-08-08 00:00:33 +02:00
Instead of manually mocking, we can instead use `jest.fn()` and assert that the correct calls were made.
@actions/core
Core functions for setting results, logging, registering secrets and exporting variables across actions
Usage
See src/core.ts.