prettier/tests/flow/es6modules
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
B.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
C.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
CommonJS_Clobbering_Class.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
CommonJS_Clobbering_Frozen.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
CommonJS_Clobbering_Lit.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
CommonJS_Named.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_DefaultAndNamed.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_Default_AnonClass1.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_Default_AnonClass2.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_Default_AnonFunction1.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_Default_AnonFunction2.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_Default_NamedClass1.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_Default_NamedClass2.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_Default_NamedFunction1.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_Default_NamedFunction2.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_ExportAllFromMulti.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_ExportAllFrom_Intermediary1.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_ExportAllFrom_Intermediary2.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_ExportAllFrom_Source1.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_ExportAllFrom_Source2.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_ExportFrom_Intermediary1.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_ExportFrom_Intermediary2.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_ExportFrom_Source1.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_ExportFrom_Source2.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_Named1.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ES6_Named2.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ExportType.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ProvidesModuleA.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ProvidesModuleCJSDefault.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ProvidesModuleD.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
ProvidesModuleES6Default.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
SideEffects.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
es6modules.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
test_imports_are_frozen.js Move tests around (#454) 2017-01-24 14:35:37 -08:00