prettier/tests/typescript_tsx
Ika 4af3dd4b07
test: improve snapshots (#5521)
- before
  ```
  ${input}${"~".repeat(printWidth)}
  ${output}
  ```
- after
  ```
  ===options===
  ${options}
  ${" ".repeat(printWidth)}| printWidth
  ====input====
  ${input}
  ===output====
  ${output}
  =============
  ```
2018-11-25 16:21:14 +08:00
..
__snapshots__ test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
generic-component.tsx feat(typescript): support generic JSX element (#4268) 2018-04-24 08:45:31 -05:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
keyword.tsx Support the Keyword type (#2056) 2017-06-08 09:25:28 -07:00
not-react.ts feat(typescript): add fallback for JSX detection (#1551) 2017-05-08 05:57:19 -07:00
react.tsx feat(typescript): add fallback for JSX detection (#1551) 2017-05-08 05:57:19 -07:00
this.tsx Fix <this.Component /> (#2472) 2017-07-13 17:21:46 +10:00