https://github.com/hardeep/tslint-plugin-jest
TSLint Plugin for Jest
https://github.com/hardeep/tslint-plugin-jest
Last synced: 5 months ago
JSON representation
TSLint Plugin for Jest
- Host: GitHub
- URL: https://github.com/hardeep/tslint-plugin-jest
- Owner: hardeep
- Created: 2019-03-09T02:21:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T19:27:46.000Z (over 6 years ago)
- Last Synced: 2025-04-25T09:47:20.273Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tslint-plugin-jest
TSLint Plugin for Jest
[](https://snyk.io/test/github/hardeep/tslint-plugin-jest?targetFile=package.json) [](https://travis-ci.org/hardeep/tslint-plugin-jest)
# Usage
{
"extends": [
+ "tslint-plugin-jest"
],
"rules": {
+ "no-focused-tests": true
}
}
## Rules
|Rules |
|--------------------------------------------------------------------|
| [no-focused-rules](#no-focused-rules) |
## no-focused-rules
Search for occurrences of:
* [`describe.only`, `fdescribe`](https://jestjs.io/docs/en/api#describeonlyname-fn)
* [`it.only`, `test.only`, `fit` and `ftest`](https://jestjs.io/docs/en/api#testonlyname-fn-timeout)