Skip to content

Commit

Permalink
chore(igxTransaction): remove fdescribe from tests, #2921
Browse files Browse the repository at this point in the history
  • Loading branch information
wnvko committed Dec 11, 2018
1 parent dc9241d commit 090840d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Transaction, TransactionType, HierarchicalTransaction } from './transac
import { SampleTestData } from '../../test-utils/sample-test-data.spec';
import { IgxHierarchicalTransactionService } from './igx-hierarchical-transaction';

fdescribe('IgxTransaction', () => {
describe('IgxTransaction', () => {
describe('IgxTransaction UNIT tests', () => {
it('Should initialize transactions log properly', () => {
const trans = new IgxTransactionService();
Expand Down Expand Up @@ -651,7 +651,7 @@ fdescribe('IgxTransaction', () => {
});
});

fdescribe('IgxHierarchicalTransaction UNIT Test', () => {
describe('IgxHierarchicalTransaction UNIT Test', () => {
it('Should set path for each state when transaction is added in Hierarchical data source', () => {
const transaction = new IgxHierarchicalTransactionService();
expect(transaction).toBeDefined();
Expand Down

0 comments on commit 090840d

Please sign in to comment.