refs #5540 del jasmine

This commit is contained in:
Carlos Satorres 2023-05-02 10:00:47 +02:00
parent fb59371d54
commit 8156c17c7d
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ const isMultiple = require('vn-loopback/util/hook').isMultiple;
const validateTin = require('vn-loopback/util/validateTin');
const validateIban = require('vn-loopback/util/validateIban');
const LoopBackContext = require('loopback-context');
const { ConsoleReporter } = require('jasmine');
module.exports = Self => {
// Methods
@ -15,7 +14,7 @@ module.exports = Self => {
Self.validatesPresenceOf('street', {
message: 'Street cannot be empty'
});
Self.validatesPresenceOf('city', {
message: 'City cannot be empty'
});