microsoft/tslint-microsoft-contrib

Ignore test.each in mocha-no-side-effect-code

devaradhanm opened this issue · 3 comments

Bug Report

  • tslint-microsoft-contrib version: 6.0.0
  • TSLint version:5.12.1
  • TypeScript version:3.2.4

Similar to #545

test.each([1, 2, 3])('some test', (testCase: number) => {
        expect(testCase).toBeDefined();
    });

Is it Mocha API or some custom module/implementation?

Using jest framework

☠️ It's time! ☠️

Per #876, this repository is no longer accepting feature pull requests. TSLint is being deprecated and we recommend you switch to https://typescript-eslint.io.

Thanks for open sourcing with us, everyone!