Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Dec 5, 2024
1 parent 5c38d49 commit ae8af80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/commands/files.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,9 @@ describe('Files', () => {
saveAsFileName = 'new_file_name.txt',
fileVersionID = '8764569',
testFilePath = path.join(__dirname, '..', 'fixtures/files/epic-poem.txt'),
/* eslint-disable no-sync */
testFileStat = fs.statSync(testFilePath),
/* eslint-enable no-sync */
fileDownloadPath = path.join(__dirname, '..', 'fixtures/files'),
fileDownloadUrl = toUrlPath(fileDownloadPath),
tempDestinationPath = path.join(fileDownloadPath, 'filesTemp'),
Expand Down

0 comments on commit ae8af80

Please sign in to comment.