remove fit

This commit is contained in:
Eugenio Romano
2018-07-09 11:10:42 +01:00
parent 3d86044594
commit 5841407f16
2 changed files with 2 additions and 12 deletions

View File

@@ -71,7 +71,7 @@ describe('Save screenshot at the end', () => {
done(); done();
}); });
fit('screenshot need it', () => { it('screenshot need it', () => {
expect(true).toEqual(true); expect(true).toEqual(true);
}); });
}); });

View File

@@ -11,8 +11,7 @@
], ],
"ban": [ "ban": [
true, true,
"eval", "eval"
"fdescribe"
], ],
"class-name": true, "class-name": true,
"comment-format": [ "comment-format": [
@@ -56,15 +55,6 @@
"no-bitwise": false, "no-bitwise": false,
"no-conditional-assignment": true, "no-conditional-assignment": true,
"no-consecutive-blank-lines": true, "no-consecutive-blank-lines": true,
"no-console": [
true,
"log",
"debug",
"info",
"time",
"timeEnd",
"trace"
],
"no-construct": true, "no-construct": true,
"no-constructor-vars": false, "no-constructor-vars": false,
"no-debugger": true, "no-debugger": true,