UNPKG

zod-error

Version:

Utilities to format and customize Zod error messages

5 lines (4 loc) 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _1 = require("."); test('a zod path is converted to a zod path array string', () => expect((0, _1.getZodPathArray)(['car', 'wheels', 0])).toBe('["car", "wheels", 0]'));