mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove fdescribe
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
|
||||
import { mergeObjects } from './extension-utils';
|
||||
|
||||
// tslint:disable-next-line:ban
|
||||
fdescribe('Extension Utils', () => {
|
||||
describe('Extension Utils', () => {
|
||||
describe('mergeObjects', () => {
|
||||
it('should merge two objects', () => {
|
||||
const obj1 = { aHello: 1 };
|
||||
|
Reference in New Issue
Block a user