1
0
Fork 0

start refactoring tests for speed

This commit is contained in:
Enoch Riese 2022-11-15 14:50:14 -06:00
parent 6c68b33f3e
commit d921cc700d
5 changed files with 251 additions and 403 deletions

View file

@ -631,7 +631,7 @@ export function __asNumber(value, param, method, log) {
value = Number(value)
return value
} catch {
this.log.error(
log.error(
`Called \`${method}(${param})\` but \`${param}\` is not a number nor can it be cast to one`
)
}