rochars / wavefile

Create, read and write wav files according to the specs. :star: :notes: :heart:
MIT License
230 stars 48 forks source link

feat: migrate test suite to Node.js native tests and ESM #44

Open jlucaso1 opened 2 months ago

jlucaso1 commented 2 months ago

This commit modernizes our testing infrastructure by leveraging Node.js built-in test runner and embracing ES Modules across our test suite. It also introduces new tests for the CLI functionality.