Skip to content

Commit a4ed642

Browse files
committed
chore: use the reporter configured in base-karma
1 parent 1354f5d commit a4ed642

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/lambdatest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: 22.x
2222
- run: npm ci
23-
- run: npm run test:lambdatest
23+
- run: npm run test:lambdatest
2424
env:
2525
LT_USERNAME: ${{ secrets.LT_USERNAME }}
2626
LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}

test/browser-test-config/lt_karma.js renamed to test/browser-test-config/lambdatest-karma.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ module.exports = function (config) {
7979
timeout: mochaConfig.timeout
8080
}
8181
},
82-
reporters: ['spec'],
8382
files: [
8483
'test/browser-test-config/browser-tests.test.js'
8584
],

0 commit comments

Comments
 (0)