Merge branch 'main' into 7.0

This commit is contained in:
Steve Gravrock
2026-02-21 11:19:51 -08:00
4 changed files with 3 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ Microsoft Edge) as well as Node.
| Environment | Supported versions |
|-------------------|----------------------------------|
| Node | 20, 22, 24 |
| Safari | 16*, 17*, 26* |
| Safari | 26* |
| Chrome | Evergreen |
| Firefox | Evergreen, 102*, 115*, 128*, 140 |
| Edge | Evergreen |

View File

@@ -1,8 +1,8 @@
#!/bin/sh
# Run tests in supported browsers that are available on Saucelabs.
# Note: The latest Safari version is tested via GitHub Actions because Saucelabs
# only makes it available to paid enterprise accounts. See
# Note: Safari is tested via GitHub Actions because Saucelabs only makes Safari
# 18 and later available to paid enterprise accounts. See
# .github/workflows/safari.yml.
run_browser() {
@@ -44,9 +44,6 @@ else
fi
run_browser firefox 102
run_browser safari 17
run_browser safari 16
run_browser MicrosoftEdge latest
echo

View File

@@ -1,4 +1,3 @@
/* eslint-env node, es6 */
const path = require('path'),
jasmineBrowser = require('jasmine-browser-runner'),
jasmineCore = require('../../lib/jasmine-core');

View File

@@ -1,4 +1,3 @@
/* eslint-env node, es6 */
module.exports = {
srcDir: 'src',
srcFiles: [