Fix linters

This commit is contained in:
Daniel Kennedy
2026-02-24 11:22:39 -05:00
parent 42ecbbbdb4
commit 5e583a8e00
4 changed files with 9 additions and 9 deletions
@@ -391,7 +391,6 @@ describe('upload-artifact', () => {
.mockRestore()
const singleFile = path.join(fixtures.uploadDirectory, 'file1.txt')
const expectedFileName = 'file1.txt'
const expectedContent = 'test 1 file content'
jest