Update @zen-browser/surfer to version 1.10.0 and reorganize test files

This commit is contained in:
mr. M
2025-03-12 23:53:13 +01:00
parent 5ed1ca6aa1
commit 505e192b66
6 changed files with 11 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
/* Any copyright is dedicated to the Public Domain.
https://creativecommons.org/publicdomain/zero/1.0/ */
"use strict";
add_task(async function test_TODO() {
ok(true, "TODO: implement the test");
});