Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Commit

Permalink
test: enable additioanl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Dec 23, 2018
1 parent 3076ddb commit 2f143ae
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/ast-alignment/fixtures-to-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,7 @@ tester.addFixturePatternConfig('jsx-useJSXTextNode');
*/

tester.addFixturePatternConfig('tsx', {
fileType: 'tsx',
ignore: [
/**
* currently babylon not supported
*/
'generic-jsx-element'
]
fileType: 'tsx'
});

/* ================================================== */
Expand All @@ -313,11 +307,11 @@ tester.addFixturePatternConfig('typescript/basics', {
*/
'abstract-class-with-abstract-constructor', // babel parse errors
'class-with-export-parameter-properties', // babel parse errors
'class-with-implements-and-extends', // babel parse errors
'class-with-optional-methods', // babel parse errors
'class-with-static-parameter-properties', // babel parse errors
'interface-with-all-property-types', // babel parse errors
'interface-with-construct-signature-with-parameter-accessibility', // babel parse errors
'class-with-implements-and-extends', // babel parse errors
/**
* typescript-estree erroring, but babylon not.
*/
Expand Down

0 comments on commit 2f143ae

Please sign in to comment.