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';
|
import { mergeObjects } from './extension-utils';
|
||||||
|
|
||||||
// tslint:disable-next-line:ban
|
describe('Extension Utils', () => {
|
||||||
fdescribe('Extension Utils', () => {
|
|
||||||
describe('mergeObjects', () => {
|
describe('mergeObjects', () => {
|
||||||
it('should merge two objects', () => {
|
it('should merge two objects', () => {
|
||||||
const obj1 = { aHello: 1 };
|
const obj1 = { aHello: 1 };
|
||||||
|
Reference in New Issue
Block a user