Skip to content

Commit 9a89801

Browse files
author
Deepak Kumar
committed
Add karma-safari-launcher dependency for Safari WebDriver testing and remove unused dependencies from the package-lock file.
1 parent 3758f64 commit 9a89801

4 files changed

Lines changed: 11 additions & 1057 deletions

File tree

.github/workflows/osx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323
with:
2424
node-version: '18.x'
2525
- run: npm ci
26+
- run: npm install "https://github.com/RLovelett/karma-safari-launcher.git#safari-webdriver"
2627
- run: npm run build
2728
- run: npx karma start spec/karma.conf.js --single-run --browsers=Safari

Change-log.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
# 7.3.0 (TBD)
4+
5+
- Update CI for Safari tests to restrict outdated npm modules to Safari test environment.
6+
37
# 7.2.1 (2025-10-12)
48

59
- Fix: Reset reconnect delay on a successful connect, [#701](https://github.com/stomp-js/stompjs/issues/701).

0 commit comments

Comments
 (0)