We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1917a commit d373925Copy full SHA for d373925
__tests__/worktree.test.ts
@@ -18,7 +18,7 @@ jest.mock('@actions/core', () => ({
18
The upstream repository `origin` is set up once for the test suite,
19
and for each test run, a new clone is created.
20
21
- See workstree.error.test.ts for testing mocked errors from git.
+ See worktree.error.test.ts for testing mocked errors from git.
22
*/
23
describe('generateWorktree', () => {
24
let tempdir: string | null = null
0 commit comments