observablehq / stdlib

The Observable standard library.
https://observablehq.com/@observablehq/standard-library
ISC License
957 stars 83 forks source link

mocha #295

Closed mbostock closed 2 years ago

mbostock commented 2 years ago

Adopts Mocha for testing, which required renaming all .js to .mjs (because we’re not quite ready to adopt "type": "module" in our package.json yet).