Skip to content

Commit

Permalink
fix: disable tests for not active feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Mar 31, 2017
1 parent d87c4a8 commit 96c9e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/templateToNgTemplate.spec.ts
Expand Up @@ -59,7 +59,7 @@ describe('template-to-ng-template', () => {
});
});

describe('autofixes', () => {
xdescribe('autofixes', () => {

it('should not autofix template suggar', () => {
let source = `
Expand Down

0 comments on commit 96c9e6c

Please sign in to comment.