Skip to content

Commit

Permalink
Failed to fully rename performanceTest with last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyars committed Feb 27, 2021
1 parent 2f2816d commit ccdfd95
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
paths:
- dist
- mbTest
- performanceTest
- package.json
- tasks
- node_modules
Expand Down
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/public/scripts/jquery/**/*.js
performanceTest/loadTest.js
mbTest/perf/loadTest.js
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ mbTest
images
metrics
packages
performanceTest
projectFilesBackup
scripts
tasks
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"test:cover": "nyc --reporter=lcov --reporter=text npm run test:unit",
"test:cover:codeclimate": "scripts/codeclimate",
"test:functional": "node tasks/tmp/functionalTest.js",
"test:performance": "mocha --forbid-only --forbid-pending performanceTest/**/*.js",
"test": "npm run test:cover && npm run test:functional",
"version": "node tasks/tmp/version.js"
},
Expand Down

0 comments on commit ccdfd95

Please sign in to comment.