mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
remove fit
This commit is contained in:
@@ -71,7 +71,7 @@ describe('Save screenshot at the end', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
fit('screenshot need it', () => {
|
||||
it('screenshot need it', () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
});
|
||||
|
@@ -11,8 +11,7 @@
|
||||
],
|
||||
"ban": [
|
||||
true,
|
||||
"eval",
|
||||
"fdescribe"
|
||||
"eval"
|
||||
],
|
||||
"class-name": true,
|
||||
"comment-format": [
|
||||
@@ -56,15 +55,6 @@
|
||||
"no-bitwise": false,
|
||||
"no-conditional-assignment": true,
|
||||
"no-consecutive-blank-lines": true,
|
||||
"no-console": [
|
||||
true,
|
||||
"log",
|
||||
"debug",
|
||||
"info",
|
||||
"time",
|
||||
"timeEnd",
|
||||
"trace"
|
||||
],
|
||||
"no-construct": true,
|
||||
"no-constructor-vars": false,
|
||||
"no-debugger": true,
|
||||
|
Reference in New Issue
Block a user