Fix DNS2 self-updater path and sync live dashboard version UI
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user