Skip to content

test(*): update eslint-plugin-jest and enable recommended rules #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 3, 2019
Merged

test(*): update eslint-plugin-jest and enable recommended rules #190

merged 4 commits into from
Feb 3, 2019

Conversation

armano2
Copy link
Collaborator

@armano2 armano2 commented Feb 2, 2019

No description provided.

@@ -179,7 +179,7 @@ describe('semanticInfo', () => {
badConfig.project = './tsconfigs.json';
expect(() =>
parseCodeAndGenerateServices(readFileSync(fileName, 'utf8'), badConfig)
).toThrowError(/File .+tsconfigs\.json' not found/);
).toThrow(/File .+tsconfigs\.json' not found/);
Copy link
Collaborator Author

@armano2 armano2 Feb 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

toThrowError is a alias for toThrow

@armano2 armano2 merged commit f856e76 into typescript-eslint:master Feb 3, 2019
@armano2 armano2 deleted the eslint-plugin-jest branch February 3, 2019 18:23
kaicataldo pushed a commit to kaicataldo/typescript-eslint that referenced this pull request Aug 27, 2019
…lint#191)

Again... lots of lines due to style formatting.
Real change is:

```json
 "lint-staged": {
    "*.js": [
      "yarn format",
      "git add"
    ]
  }
```
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2020
Luckeu pushed a commit to Luckeu/typescript-eslint that referenced this pull request Jun 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants