mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[lint-refactor] simplify tslint and unify main tslint extension in sub folders (#4032)
* simplify tslint and unify main tslint extension in sub folders * remove autofix * fix lint extension and process cloud
This commit is contained in:
@@ -112,7 +112,7 @@ describe('Unshare file', () => {
|
||||
});
|
||||
|
||||
describe('with permission', () => {
|
||||
afterAll(async done => {
|
||||
afterAll(async (done) => {
|
||||
await uploadActions.deleteFilesOrFolder(this.alfrescoJsApi, nodeId);
|
||||
done();
|
||||
});
|
||||
@@ -160,7 +160,7 @@ describe('Unshare file', () => {
|
||||
});
|
||||
|
||||
describe('without permission', () => {
|
||||
afterAll(async done => {
|
||||
afterAll(async (done) => {
|
||||
await this.alfrescoJsApi.login(TestConfig.adf.adminEmail, TestConfig.adf.adminPassword);
|
||||
await this.alfrescoJsApi.core.sitesApi.deleteSite(siteName, { permanent: true });
|
||||
done();
|
||||
|
Reference in New Issue
Block a user