Skip to content

Commit c04a936

Browse files
committed
Update test to 2025
1 parent f0a5d8e commit c04a936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit-tests.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { WPTTestRunner } = require('./wpt.js');
22
const assert = require('assert');
3-
const test_website = "https://almanac.httparchive.org/en/2022/";
3+
const test_website = "https://almanac.httparchive.org/en/2025/";
44

55
let wpt_data;
66
beforeAll(async () => {

0 commit comments

Comments
 (0)