Skip to content

Commit

Permalink
chore: use the reporter configured in base-karma
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 13, 2024
1 parent 1354f5d commit a4ed642
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lambdatest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: 22.x
- run: npm ci
- run: npm run test:lambdatest
- run: npm run test:lambdatest
env:
LT_USERNAME: ${{ secrets.LT_USERNAME }}
LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ module.exports = function (config) {
timeout: mochaConfig.timeout
}
},
reporters: ['spec'],
files: [
'test/browser-test-config/browser-tests.test.js'
],
Expand Down

0 comments on commit a4ed642

Please sign in to comment.