Skip to content

Commit

Permalink
Revert "[DLT-1110] Mapped Collection Endpoint Browse Tests (2/4) (#1207
Browse files Browse the repository at this point in the history
…)"

This reverts commit 22545fa.
  • Loading branch information
AronPerez committed Jan 22, 2025
1 parent 4bf8d18 commit ddfee85
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 736 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/javascript-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Step 3: Install Prettier and ESLint globally
- name: Install Prettier
run: |
npm install -g prettier@3.4.2
npm install -g prettier
# Step 4: Run Prettier to format code
- name: Run prettier
Expand Down
32 changes: 0 additions & 32 deletions web/.mocharc.cjs

This file was deleted.

14 changes: 5 additions & 9 deletions web/package.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"sanitize-html": "^2.11.0"
},
"scripts": {
"test": "mocha --config .mocharc.cjs"
"test": "mocha"
},
"repository": {
"type": "git",
Expand All @@ -36,14 +36,10 @@
},
"homepage": "https://github.com/ORNL/DataFed#readme",
"devDependencies": {
"chai": "5.1.2",
"esm": "3.2.25",
"jsdom": "26.0.0",
"jsdom-global": "3.0.2",
"mocha": "11.0.1",
"prettier": "3.4.2",
"pug": "3.0.3",
"sinon": "19.0.2"
"chai": "^4",
"esm": "^3.2.25",
"mocha": "^10.8.2",
"pug": "^3.0.3"
},
"type": "module"
}
80 changes: 0 additions & 80 deletions web/test/components/transfer/transfer-dialog-controller.test.js

This file was deleted.

197 changes: 0 additions & 197 deletions web/test/components/transfer/transfer-endpoint-manager.test.js

This file was deleted.

Loading

0 comments on commit ddfee85

Please sign in to comment.