tslint-jasmine-rules
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -22,6 +22,6 @@ "use strict"; | ||
}; | ||
Rule.FAILURE_STRING = "Disabled test (xit or xdescribe)"; | ||
Rule.PROHIBITED = ["xdescribe", "xit"]; | ||
return Rule; | ||
}(Lint.Rules.AbstractRule)); | ||
Rule.FAILURE_STRING = "Disabled test (xit or xdescribe)"; | ||
Rule.PROHIBITED = ["xdescribe", "xit"]; | ||
exports.Rule = Rule; | ||
@@ -28,0 +28,0 @@ var regex = new RegExp("^(" + Rule.PROHIBITED.join("|") + ")$"); |
@@ -22,6 +22,6 @@ "use strict"; | ||
}; | ||
Rule.FAILURE_STRING = "Focused test (fit or fdescribe)"; | ||
Rule.PROHIBITED = ["fdescribe", "fit"]; | ||
return Rule; | ||
}(Lint.Rules.AbstractRule)); | ||
Rule.FAILURE_STRING = "Focused test (fit or fdescribe)"; | ||
Rule.PROHIBITED = ["fdescribe", "fit"]; | ||
exports.Rule = Rule; | ||
@@ -28,0 +28,0 @@ var regex = new RegExp("^(" + Rule.PROHIBITED.join("|") + ")$"); |
{ | ||
"name": "tslint-jasmine-rules", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "tslint rules for jasmine", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22330
7
563
1