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

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

Awesome Lists containing this project

README

          

# tslint-plugin-jest

TSLint Plugin for Jest

[![Known Vulnerabilities](https://snyk.io/test/github/hardeep/tslint-plugin-jest/badge.svg?targetFile=package.json)](https://snyk.io/test/github/hardeep/tslint-plugin-jest?targetFile=package.json) [![Build Status](https://travis-ci.org/hardeep/tslint-plugin-jest.svg?branch=master)](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)