prettier/tests/test_declarations
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
angular_async.js format jest calls like regular calls (#5011) 2018-09-03 10:15:23 -03:00
angular_fakeAsync.js fix(javascript): do not apply test call formatting to arrow without body (#5366) 2018-11-08 14:00:42 +08:00
angularjs_inject.js Inline AngularJS tests that use `inject` (#4495) 2018-05-17 12:09:20 -03:00
jest-each.js feat(javascript): support jest-each template string (#4423) 2018-05-06 14:52:34 +08:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
test_declarations.js fix(javascript): do not apply test call formatting to arrow without body (#5366) 2018-11-08 14:00:42 +08:00