Skip to content

v40.9.2

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 22 Apr 00:51
· 2 commits to main since this release
722fcb0
test: migrate from Mocha to Node.js native test runner (#184)

* Migrate test suite to node:test

Replace mocha with the built-in node:test runner. Drop the mocha
devDependency and bump the engines field to require Node 20+, where
node:test is stable.

* chore: consistent use of `node:` protocol on imports

* chore: revert engines bump

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>