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

Remove babel from testing suite #1255

Closed yeoffrey closed 1 month ago

yeoffrey commented 1 month ago

Related: #1244

Because we are no longer using Mocha, we don't need Babel to setup our tests for us. Therefore, it can be removed.