Skip to content

Commit

Permalink
Remove deleteTempDirectory function + clean-tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
ace-n-msft committed Feb 4, 2025
1 parent 877e6c8 commit 7543ce9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
"build": "tsc",
"pbiviz": "node ./bin/pbiviz.js",
"start": "npm run pbiviz start",
"test": "npm run build && npm run clean-tests && npm run lint && npm run jasmine",
"test": "npm run build && npm run lint && npm run jasmine",
"jasmine": "node spec/jasmine-runner.js",
"jasmine-inspect": "node --inspect spec/jasmine-runner.js",
"lint": "npx eslint .",
"clean-tests": "node spec/clean-tests.js",
"debug-tests": "npm run clean-tests && npm run lint && npm run jasmine-inspect"
"debug-tests": "npm run lint && npm run jasmine-inspect"
},
"bin": {
"pbiviz": "./bin/pbiviz.js"
Expand Down
31 changes: 0 additions & 31 deletions spec/clean-tests.js

This file was deleted.

7 changes: 0 additions & 7 deletions spec/helpers/FileSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@ export default class FileSystem {
}
}

/**
* Deletes the temporary directory if it exists
*/
static deleteTempDirectory() {
FileSystem.deleteDirectory(TEMP_DIR)
}

/**
* Executes the pbiviz CLI
*
Expand Down

0 comments on commit 7543ce9

Please sign in to comment.