Skip to content

Commit

Permalink
Delete unused resetTempDirectory function
Browse files Browse the repository at this point in the history
  • Loading branch information
ace-n-msft committed Jan 29, 2025
1 parent cefaf35 commit 877e6c8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/helpers/FileSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,6 @@ export default class FileSystem {
fs.ensureDirSync(directory);
}

/**
* Creates the temp directory (deletes it first if it exists)
*/
static resetTempDirectory() {
FileSystem.resetDirectory(TEMP_DIR);
}

/**
* Deletes a directory if it exists
*/
Expand Down

0 comments on commit 877e6c8

Please sign in to comment.