Fix DNS2 self-updater path and sync live dashboard version UI

This commit is contained in:
Krystie
2026-05-05 17:26:42 -07:00
parent f5fe32b999
commit 95b137bf17
5 changed files with 20 additions and 10 deletions

View File

@@ -14,6 +14,9 @@ const {
} = require('../input-validator');
describe('Input Validator', () => {
function fail(message) {
throw new Error(message);
}
describe('ValidationError', () => {
it('has correct name, message, field, and statusCode', () => {