We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a5d8e commit c04a936Copy full SHA for c04a936
tests/unit-tests.test.js
@@ -1,6 +1,6 @@
1
const { WPTTestRunner } = require('./wpt.js');
2
const assert = require('assert');
3
-const test_website = "https://almanac.httparchive.org/en/2022/";
+const test_website = "https://almanac.httparchive.org/en/2025/";
4
5
let wpt_data;
6
beforeAll(async () => {
0 commit comments