prettier/tests/classes
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
top-level-super test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
binary.js Fix class inside of binary expression missing parenthesis (#397) 2017-01-22 14:33:04 -08:00
break.js Add group around implements (#1821) 2017-05-30 09:45:07 -07:00
call.js Add parenthesis around class expression when left side of call expression (#409) 2017-01-22 16:22:49 -08:00
empty.js Do not put \n inside of empty object method bodies (#706) 2017-02-15 20:52:54 -05:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
member.js Add parenthesis for class expression on left of member expression (#421) 2017-01-22 19:05:46 -08:00
method.js Comments: attach method name comments with estree parsers, fixes #2141 (#2170) 2017-06-17 22:22:39 +10:00
property.js Fix: Correctly break class prperties initializer. (#4442) 2018-05-08 20:35:49 -04:00
ternary.js Add parenthesis when class expressions are left of a ternary (#428) 2017-01-22 20:32:17 -08:00