eslint / create-config

Utility to create ESLint config files
MIT License
76 stars 19 forks source link

test: replace esmock with sinon #117

Closed fasttime closed 6 months ago

fasttime commented 6 months ago

Fix tests in Node.js 22.2.0 by using sinon to mock dependencies instead of esmock.

Fixes #116