chore: refactor and simplify testing (#39050)
This commit is contained in:
committed by
GitHub
parent
5934984064
commit
b4926052f4
@ -1,5 +1,5 @@
|
||||
import validator from 'express-validator';
|
||||
import { isPoly } from '../../common/utils/polyvinyl';
|
||||
import { isPoly } from '../../../utils/polyvinyl';
|
||||
|
||||
const isObject = val => !!val && typeof val === 'object';
|
||||
|
||||
|
Reference in New Issue
Block a user