ianstormtaylor / superstruct

A simple and composable way to validate data in JavaScript (and TypeScript).
https://docs.superstructjs.org
MIT License
6.95k stars 224 forks source link

Use Vitest and expect methods for testing suite #1245

Closed yeoffrey closed 2 months ago

yeoffrey commented 2 months ago

In this PR, the test suite has been modified:

1244