feat: match next.js env file loading behavior in bin scripts & importConfig, clean up installed packages & mismatching package versions (#6601)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import type { ValidateOptions } from './config/types.js'
|
||||
import { jest } from '@jest/globals'
|
||||
|
||||
import { number, password, point, relationship, select, text, textarea } from './validations.js'
|
||||
|
||||
const t = jest.fn((string) => string)
|
||||
|
||||
let options: ValidateOptions<any, any> = {
|
||||
let options: ValidateOptions<any, any, any> = {
|
||||
data: undefined,
|
||||
operation: 'create',
|
||||
siblingData: undefined,
|
||||
|
||||
Reference in New Issue
Block a user