ni / javascript-styleguide

JavaScript and TypeScript Style Guide
MIT License
9 stars 9 forks source link

Add a rule to the README that should be disabled when using Jasmine. #63

Closed TrevorKarjanis closed 2 years ago

TrevorKarjanis commented 2 years ago

Linted and tested

Examples provided with the documentation on spies.

expect(foo.setBar).toHaveBeenCalled();