Skip to content

Commit

Permalink
[WIP] Fixed the name of some npm scripts that are referenced in build…
Browse files Browse the repository at this point in the history
….yml
  • Loading branch information
jongpie committed Dec 19, 2024
1 parent 54b1719 commit a5e9db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"test": "npm run test:lwc && npm run test:apex",
"test:apex": "npm run test:apex:nocoverage -- --code-coverage --detailed-coverage",
"test:apex:nocoverage": "npx sf apex run test --concise --test-level RunLocalTests --wait 30 --result-format human --output-dir ./test-coverage/apex",
"test:apex:suite": "npx sf apex run test --concise --suite-names LoggerCore --wait 30 --result-format human --code-coverage --detailed-coverage --output-dir ./test-coverage/apex",
"test:apex:suite:nocoverage": "npx sf apex run test --concise --suite-names LoggerCore --wait 30 --result-format human --output-dir ./test-coverage/apex",
"test:apex:suite:core": "npx sf apex run test --concise --suite-names LoggerCore --wait 30 --result-format human --code-coverage --detailed-coverage --output-dir ./test-coverage/apex",
"test:apex:suite:core:nocoverage": "npx sf apex run test --concise --suite-names LoggerCore --wait 30 --result-format human --output-dir ./test-coverage/apex",
"test:lwc": "sfdx-lwc-jest --skipApiVersionCheck --coverage",
"test:lwc:nocoverage": "sfdx-lwc-jest --skipApiVersionCheck",
"test:nocoverage": "npm run test:lwc:nocoverage && npm run test:apex:nocoverage"
Expand Down

0 comments on commit a5e9db1

Please sign in to comment.