UNPKG

tslint-folders

Version:

Custom TSLint rules for checking imports between packages and their folders, and generating relevant diagrams.

11 lines (10 loc) 478 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDefaultDisabledTestRuleConfig = void 0; function getDefaultDisabledTestRuleConfig() { return { ban: ["describe.only", "it.only", "describe.skip", "it.skip", "fdescribe", "fit", "xit", "xdescribe"], includePaths: [".spec.ts", ".spec.tsx", ".ispec.ts", ".ispec.tsx", ".spec.karma.tsx"] }; } exports.getDefaultDisabledTestRuleConfig = getDefaultDisabledTestRuleConfig;