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

Allow users to run the testing suite in watch mode #1256

Closed yeoffrey closed 1 month ago

yeoffrey commented 1 month ago

Related: #1244

Adding a script to package.json to allow the testing suite to be run in watch mode. It will automatically re-run the testing suite when a file is updated.