prettier/tests/typescript/compiler
Simen Bekkhus 51b7c02e12 Upgrade jest to 22 (#4782)
* chore: upgrade Jest

* chore: update snapshots

* chore: lock down babel dependency using invalid syntax

* 2 args to test.skip

* use jest 22 for now

* Revert "2 args to test.skip"

This reverts commit 691fdc3f99e320f2303958f2b503f7b4c93fa455.

* remove snapshot name from matcher

* fix standalone tests skips
2018-07-03 03:06:29 -03:00
..
__snapshots__ Upgrade jest to 22 (#4782) 2018-07-03 03:06:29 -03:00
ClassDeclaration22.ts test(typescript): do not fail debug check on Literal -> Identifier (#1540) 2017-05-06 19:39:19 -07:00
anyIsAssignableToObject.ts fix(typescript): add TSInterfaceHeritage to ast-types (#1644) 2017-05-21 08:10:04 -07:00
castOfAwait.ts feat(typescript): add TSTypeAssertionExpression and naive TSX detection (#1545) 2017-05-07 08:09:52 -07:00
castParentheses.ts feat(typescript): add TSTypeAssertionExpression and naive TSX detection (#1545) 2017-05-07 08:09:52 -07:00
castTest.ts feat(typescript): add TSTypeAssertionExpression and naive TSX detection (#1545) 2017-05-07 08:09:52 -07:00
checkInfiniteExpansionTermination.ts fix(typescript): print typeArguments in TSExpressionWithTypeArguments (#1530) 2017-05-06 06:17:48 -07:00
commentInNamespaceDeclarationWithIdentifierPathName.ts fix(typescript): add TSNamespaceFunctionDeclaration to ast-types (#1543) 2017-05-06 21:33:07 -07:00
commentsInterface.ts fix(TypeScript): define TSFunctionType AST node (#1529) 2017-05-05 22:14:12 -07:00
contextualSignatureInstantiation2.ts fix(typescript): allow parens with TSFunctionType and ignore empty specifiers (#1764) 2017-05-26 20:47:48 -07:00
declareDottedModuleName.ts TypeScript: fix namespace comment printing (#1765) 2017-05-26 21:30:42 -07:00
decrementAndIncrementOperators.ts Add parenthesis around binary expression inside of update expression (#1672) 2017-05-23 12:33:03 -07:00
downlevelLetConst1.ts fix(typescript): handle undefined variable declarations (#1645) 2017-05-21 08:03:38 -07:00
errorOnInitializerInInterfaceProperty.ts fix(typescript): fix a handful of ast(prettier(input)) issues (#1544) 2017-05-06 22:34:47 -07:00
es5ExportDefaultClassDeclaration4.ts fix(typescript): allow parens with TSFunctionType and ignore empty specifiers (#1764) 2017-05-26 20:47:48 -07:00
functionOverloadsOnGenericArity1.ts fix(typescript): print typeParameters on TSMethodSignature (#1523) 2017-05-05 21:11:13 -07:00
globalIsContextualKeyword.ts fix(typescript): handle global namespace without modifiers (#1646) 2017-05-21 08:09:29 -07:00
indexSignatureWithInitializer.ts TypeScript: improve handling of computed properties (#1532) 2017-05-06 08:00:26 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
mappedTypeWithCombinedTypeMappers.ts TypeScript: print modifiers on TSIndexSignature and TSPropertySignature (#1531) 2017-05-06 06:18:23 -07:00
modifiersOnInterfaceIndexSignature1.ts TypeScript: print modifiers on TSIndexSignature and TSPropertySignature (#1531) 2017-05-06 06:18:23 -07:00
privacyGloImport.ts TypeScript: fix namespace comment printing (#1765) 2017-05-26 21:30:42 -07:00