An open API service indexing awesome lists of open source software.

https://github.com/1024pix/eslint-plugin-no-sinon-stub-with-args-oneliner

An eslint rule to avoid chaining `sinon.stub()` and `withArgs()` in a one-liner which could cause issues.
https://github.com/1024pix/eslint-plugin-no-sinon-stub-with-args-oneliner

Last synced: 5 months ago
JSON representation

An eslint rule to avoid chaining `sinon.stub()` and `withArgs()` in a one-liner which could cause issues.

Awesome Lists containing this project