storybook/scripts/release/utils/__mocks__/get-github-info.js
2023-06-07 13:18:45 +02:00

5 lines
98 B
JavaScript

module.exports = {
getPullInfoFromCommit: jest.fn(),
getPullInfoFromPullRequest: jest.fn(),
}