Build: Fix tests on Edge

There was a typo in the test command for Edge on Windows - a double `--`. This
worked with npm included with Node.js 22.17.1, but started failing with 22.18.0.

Closes gh-2367
This commit is contained in:
Michał Gołębiowski-Owczarek
2025-08-18 23:13:50 +02:00
committed by GitHub
parent a7ac081009
commit beac2ea401

View File

@@ -98,7 +98,7 @@ jobs:
run: npm run build
- name: Test
run: npm run test:unit -- -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
run: npm run test:unit -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
safari:
runs-on: macos-latest